publisherChat property

  1. @JsonKey.new(name: 'publisher_chat')
Chat? get publisherChat
inherited

Optional. Information about the chat that published the gift

Implementation

@JsonKey(name: 'publisher_chat')
Chat? get publisherChat;