type github.com/gotd/td/tg.ChatInvitePublicJoinRequests

19 uses

	github.com/gotd/td/tg (current package)
		tl_exported_chat_invite_gen.go#L751: type ChatInvitePublicJoinRequests struct {
		tl_exported_chat_invite_gen.go#L758: func (c ChatInvitePublicJoinRequests) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L762: 	_ bin.Encoder     = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L763: 	_ bin.Decoder     = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L764: 	_ bin.BareEncoder = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L765: 	_ bin.BareDecoder = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L767: 	_ ExportedChatInviteClass = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L770: func (c *ChatInvitePublicJoinRequests) Zero() bool {
		tl_exported_chat_invite_gen.go#L779: func (c *ChatInvitePublicJoinRequests) String() string {
		tl_exported_chat_invite_gen.go#L783: 	type Alias ChatInvitePublicJoinRequests
		tl_exported_chat_invite_gen.go#L790: func (*ChatInvitePublicJoinRequests) TypeID() uint32 {
		tl_exported_chat_invite_gen.go#L795: func (*ChatInvitePublicJoinRequests) TypeName() string {
		tl_exported_chat_invite_gen.go#L800: func (c *ChatInvitePublicJoinRequests) TypeInfo() tdp.Type {
		tl_exported_chat_invite_gen.go#L814: func (c *ChatInvitePublicJoinRequests) Encode(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L823: func (c *ChatInvitePublicJoinRequests) EncodeBare(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L831: func (c *ChatInvitePublicJoinRequests) Decode(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L842: func (c *ChatInvitePublicJoinRequests) DecodeBare(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L906: 		v := ChatInvitePublicJoinRequests{}
		tl_registry_gen.go#L5468: 		ChatInvitePublicJoinRequestsTypeID:                       func() bin.Object { return &ChatInvitePublicJoinRequests{} },