isTopicMessage property

  1. @JsonKey.new(name: 'is_topic_message')
bool? get isTopicMessage
inherited

Optional. True, if the message is sent to a topic in a forum supergroup or a private chat with the bot

Implementation

@JsonKey(name: 'is_topic_message')
bool? get isTopicMessage;