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

32 uses

	github.com/gotd/td/tg (current package)
		tl_messages_export_chat_invite_gen.go#L38: type MessagesExportChatInviteRequest struct {
		tl_messages_export_chat_invite_gen.go#L72: 	_ bin.Encoder     = &MessagesExportChatInviteRequest{}
		tl_messages_export_chat_invite_gen.go#L73: 	_ bin.Decoder     = &MessagesExportChatInviteRequest{}
		tl_messages_export_chat_invite_gen.go#L74: 	_ bin.BareEncoder = &MessagesExportChatInviteRequest{}
		tl_messages_export_chat_invite_gen.go#L75: 	_ bin.BareDecoder = &MessagesExportChatInviteRequest{}
		tl_messages_export_chat_invite_gen.go#L78: func (e *MessagesExportChatInviteRequest) Zero() bool {
		tl_messages_export_chat_invite_gen.go#L108: func (e *MessagesExportChatInviteRequest) String() string {
		tl_messages_export_chat_invite_gen.go#L112: 	type Alias MessagesExportChatInviteRequest
		tl_messages_export_chat_invite_gen.go#L117: func (e *MessagesExportChatInviteRequest) FillFrom(from interface {
		tl_messages_export_chat_invite_gen.go#L145: func (*MessagesExportChatInviteRequest) TypeID() uint32 {
		tl_messages_export_chat_invite_gen.go#L150: func (*MessagesExportChatInviteRequest) TypeName() string {
		tl_messages_export_chat_invite_gen.go#L155: func (e *MessagesExportChatInviteRequest) TypeInfo() tdp.Type {
		tl_messages_export_chat_invite_gen.go#L199: func (e *MessagesExportChatInviteRequest) SetFlags() {
		tl_messages_export_chat_invite_gen.go#L218: func (e *MessagesExportChatInviteRequest) Encode(b *bin.Buffer) error {
		tl_messages_export_chat_invite_gen.go#L227: func (e *MessagesExportChatInviteRequest) EncodeBare(b *bin.Buffer) error {
		tl_messages_export_chat_invite_gen.go#L254: func (e *MessagesExportChatInviteRequest) Decode(b *bin.Buffer) error {
		tl_messages_export_chat_invite_gen.go#L265: func (e *MessagesExportChatInviteRequest) DecodeBare(b *bin.Buffer) error {
		tl_messages_export_chat_invite_gen.go#L308: func (e *MessagesExportChatInviteRequest) SetLegacyRevokePermanent(value bool) {
		tl_messages_export_chat_invite_gen.go#L319: func (e *MessagesExportChatInviteRequest) GetLegacyRevokePermanent() (value bool) {
		tl_messages_export_chat_invite_gen.go#L327: func (e *MessagesExportChatInviteRequest) SetRequestNeeded(value bool) {
		tl_messages_export_chat_invite_gen.go#L338: func (e *MessagesExportChatInviteRequest) GetRequestNeeded() (value bool) {
		tl_messages_export_chat_invite_gen.go#L346: func (e *MessagesExportChatInviteRequest) GetPeer() (value InputPeerClass) {
		tl_messages_export_chat_invite_gen.go#L354: func (e *MessagesExportChatInviteRequest) SetExpireDate(value int) {
		tl_messages_export_chat_invite_gen.go#L361: func (e *MessagesExportChatInviteRequest) GetExpireDate() (value int, ok bool) {
		tl_messages_export_chat_invite_gen.go#L372: func (e *MessagesExportChatInviteRequest) SetUsageLimit(value int) {
		tl_messages_export_chat_invite_gen.go#L379: func (e *MessagesExportChatInviteRequest) GetUsageLimit() (value int, ok bool) {
		tl_messages_export_chat_invite_gen.go#L390: func (e *MessagesExportChatInviteRequest) SetTitle(value string) {
		tl_messages_export_chat_invite_gen.go#L397: func (e *MessagesExportChatInviteRequest) GetTitle() (value string, ok bool) {
		tl_messages_export_chat_invite_gen.go#L424: func (c *Client) MessagesExportChatInvite(ctx context.Context, request *MessagesExportChatInviteRequest) (ExportedChatInviteClass, error) {
		tl_registry_gen.go#L4990: 		MessagesExportChatInviteRequestTypeID:                                   func() bin.Object { return &MessagesExportChatInviteRequest{} },
		tl_server_gen.go#L3363: func (s *ServerDispatcher) OnMessagesExportChatInvite(f func(ctx context.Context, request *MessagesExportChatInviteRequest) (ExportedChatInviteClass, error)) {
		tl_server_gen.go#L3365: 		var request MessagesExportChatInviteRequest