ShareChatWithBot class
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
Returns Ok.
- Inheritance
 - Available Extensions
 
Constructors
- Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot
 
Properties
- 
  Identifier of the button.
  read / write
 - chat_id ↔ int
 - 
  Identifier of the chat with the bot.
  read / write
 - clientId ↔ int?
 - 
  TDLib client instance identifier, for which the response was received.
  read / writeoverride
 - extra ↔ int?
 - 
  Request identifier. Must be non-zero.
  read / writeoverride
 - hashCode → int
 - 
  The hash code for this object.
  read-onlyinherited
 - message_id ↔ int
 - 
  Identifier of the message with the button.
  read / write
 - only_check ↔ bool
 - 
  Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights restrictions..
  read / write
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-onlyinherited
 - 
  Identifier of the shared chat.
  read / write
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  Object to Map serializer
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Static Methods
- 
  fromMap(
Map< String, dynamic> ? _map) → ShareChatWithBot? - 
  Construct from Map.
  override
 
Constants
- CONSTRUCTOR → const String
 - 
  @type
  
    
"shareChatWithBot"