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

22 uses

	github.com/gotd/td/tg (current package)
		tl_chatlists_delete_exported_invite_gen.go#L41: type ChatlistsDeleteExportedInviteRequest struct {
		tl_chatlists_delete_exported_invite_gen.go#L56: 	_ bin.Encoder     = &ChatlistsDeleteExportedInviteRequest{}
		tl_chatlists_delete_exported_invite_gen.go#L57: 	_ bin.Decoder     = &ChatlistsDeleteExportedInviteRequest{}
		tl_chatlists_delete_exported_invite_gen.go#L58: 	_ bin.BareEncoder = &ChatlistsDeleteExportedInviteRequest{}
		tl_chatlists_delete_exported_invite_gen.go#L59: 	_ bin.BareDecoder = &ChatlistsDeleteExportedInviteRequest{}
		tl_chatlists_delete_exported_invite_gen.go#L62: func (d *ChatlistsDeleteExportedInviteRequest) Zero() bool {
		tl_chatlists_delete_exported_invite_gen.go#L77: func (d *ChatlistsDeleteExportedInviteRequest) String() string {
		tl_chatlists_delete_exported_invite_gen.go#L81: 	type Alias ChatlistsDeleteExportedInviteRequest
		tl_chatlists_delete_exported_invite_gen.go#L86: func (d *ChatlistsDeleteExportedInviteRequest) FillFrom(from interface {
		tl_chatlists_delete_exported_invite_gen.go#L97: func (*ChatlistsDeleteExportedInviteRequest) TypeID() uint32 {
		tl_chatlists_delete_exported_invite_gen.go#L102: func (*ChatlistsDeleteExportedInviteRequest) TypeName() string {
		tl_chatlists_delete_exported_invite_gen.go#L107: func (d *ChatlistsDeleteExportedInviteRequest) TypeInfo() tdp.Type {
		tl_chatlists_delete_exported_invite_gen.go#L130: func (d *ChatlistsDeleteExportedInviteRequest) Encode(b *bin.Buffer) error {
		tl_chatlists_delete_exported_invite_gen.go#L139: func (d *ChatlistsDeleteExportedInviteRequest) EncodeBare(b *bin.Buffer) error {
		tl_chatlists_delete_exported_invite_gen.go#L151: func (d *ChatlistsDeleteExportedInviteRequest) Decode(b *bin.Buffer) error {
		tl_chatlists_delete_exported_invite_gen.go#L162: func (d *ChatlistsDeleteExportedInviteRequest) DecodeBare(b *bin.Buffer) error {
		tl_chatlists_delete_exported_invite_gen.go#L182: func (d *ChatlistsDeleteExportedInviteRequest) GetChatlist() (value InputChatlistDialogFilter) {
		tl_chatlists_delete_exported_invite_gen.go#L190: func (d *ChatlistsDeleteExportedInviteRequest) GetSlug() (value string) {
		tl_chatlists_delete_exported_invite_gen.go#L209: func (c *Client) ChatlistsDeleteExportedInvite(ctx context.Context, request *ChatlistsDeleteExportedInviteRequest) (bool, error) {
		tl_registry_gen.go#L5328: 		ChatlistsDeleteExportedInviteRequestTypeID:                              func() bin.Object { return &ChatlistsDeleteExportedInviteRequest{} },
		tl_server_gen.go#L9421: func (s *ServerDispatcher) OnChatlistsDeleteExportedInvite(f func(ctx context.Context, request *ChatlistsDeleteExportedInviteRequest) (bool, error)) {
		tl_server_gen.go#L9423: 		var request ChatlistsDeleteExportedInviteRequest