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

19 uses

	github.com/gotd/td/tg (current package)
		tl_exported_chat_invite_gen.go#L646: type ChatInvitePublicJoinRequests struct {
		tl_exported_chat_invite_gen.go#L653: func (c ChatInvitePublicJoinRequests) construct() ExportedChatInviteClass { return &c }
		tl_exported_chat_invite_gen.go#L657: 	_ bin.Encoder     = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L658: 	_ bin.Decoder     = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L659: 	_ bin.BareEncoder = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L660: 	_ bin.BareDecoder = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L662: 	_ ExportedChatInviteClass = &ChatInvitePublicJoinRequests{}
		tl_exported_chat_invite_gen.go#L665: func (c *ChatInvitePublicJoinRequests) Zero() bool {
		tl_exported_chat_invite_gen.go#L674: func (c *ChatInvitePublicJoinRequests) String() string {
		tl_exported_chat_invite_gen.go#L678: 	type Alias ChatInvitePublicJoinRequests
		tl_exported_chat_invite_gen.go#L685: func (*ChatInvitePublicJoinRequests) TypeID() uint32 {
		tl_exported_chat_invite_gen.go#L690: func (*ChatInvitePublicJoinRequests) TypeName() string {
		tl_exported_chat_invite_gen.go#L695: func (c *ChatInvitePublicJoinRequests) TypeInfo() tdp.Type {
		tl_exported_chat_invite_gen.go#L709: func (c *ChatInvitePublicJoinRequests) Encode(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L718: func (c *ChatInvitePublicJoinRequests) EncodeBare(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L726: func (c *ChatInvitePublicJoinRequests) Decode(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L737: func (c *ChatInvitePublicJoinRequests) DecodeBare(b *bin.Buffer) error {
		tl_exported_chat_invite_gen.go#L797: 		v := ChatInvitePublicJoinRequests{}
		tl_registry_gen.go#L4086: 		ChatInvitePublicJoinRequestsTypeID:                       func() bin.Object { return &ChatInvitePublicJoinRequests{} },