businessConnectionId property

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

Optional. Unique identifier of the business connection from which the message was received. If non-empty, the message belongs to a chat of the corresponding business account that is independent from any potential bot chat which might share the same identifier.

Implementation

@JsonKey(name: 'business_connection_id')
String? get businessConnectionId;