chatInstance property

  1. @JsonKey(name: 'chat_instance')
String get chatInstance
inherited

Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games.

Implementation

@JsonKey(name: 'chat_instance')
String get chatInstance;