tl v57.2.0-rc TL.ChatInvite

chatInvite#db74f558 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true title:string photo:ChatPhoto participants_count:int participants:flags.4?Vector<User> = ChatInvite;

Summary

Types

t()
t :: %TL.ChatInvite{broadcast: boolean, channel: boolean, megagroup: boolean, participants: [TL.User.t], participants_count: integer, photo: TL.ChatPhoto.t, public: boolean, title: String.t}