data property

  1. @JsonKey(name: 'data')
String? get data
inherited

Optional. Data associated with the callback button. Be aware that the message originated the query can contain no callback buttons with this data.

Implementation

@JsonKey(name: 'data')
String? get data;