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

22 uses

	github.com/gotd/td/tg (current package)
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L38: type MessagesDeleteRevokedExportedChatInvitesRequest struct {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L50: 	_ bin.Encoder     = &MessagesDeleteRevokedExportedChatInvitesRequest{}
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L51: 	_ bin.Decoder     = &MessagesDeleteRevokedExportedChatInvitesRequest{}
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L52: 	_ bin.BareEncoder = &MessagesDeleteRevokedExportedChatInvitesRequest{}
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L53: 	_ bin.BareDecoder = &MessagesDeleteRevokedExportedChatInvitesRequest{}
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L56: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) Zero() bool {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L71: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) String() string {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L75: 	type Alias MessagesDeleteRevokedExportedChatInvitesRequest
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L80: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) FillFrom(from interface {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L91: func (*MessagesDeleteRevokedExportedChatInvitesRequest) TypeID() uint32 {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L96: func (*MessagesDeleteRevokedExportedChatInvitesRequest) TypeName() string {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L101: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) TypeInfo() tdp.Type {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L124: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) Encode(b *bin.Buffer) error {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L133: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) EncodeBare(b *bin.Buffer) error {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L153: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) Decode(b *bin.Buffer) error {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L164: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) DecodeBare(b *bin.Buffer) error {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L186: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) GetPeer() (value InputPeerClass) {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L194: func (d *MessagesDeleteRevokedExportedChatInvitesRequest) GetAdminID() (value InputUserClass) {
		tl_messages_delete_revoked_exported_chat_invites_gen.go#L210: func (c *Client) MessagesDeleteRevokedExportedChatInvites(ctx context.Context, request *MessagesDeleteRevokedExportedChatInvitesRequest) (bool, error) {
		tl_registry_gen.go#L5087: 		MessagesDeleteRevokedExportedChatInvitesRequestTypeID:                   func() bin.Object { return &MessagesDeleteRevokedExportedChatInvitesRequest{} },
		tl_server_gen.go#L5120: func (s *ServerDispatcher) OnMessagesDeleteRevokedExportedChatInvites(f func(ctx context.Context, request *MessagesDeleteRevokedExportedChatInvitesRequest) (bool, error)) {
		tl_server_gen.go#L5122: 		var request MessagesDeleteRevokedExportedChatInvitesRequest