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

33 uses

	github.com/gotd/td/tg (current package)
		tl_messages_edit_exported_chat_invite_gen.go#L38: type MessagesEditExportedChatInviteRequest struct {
		tl_messages_edit_exported_chat_invite_gen.go#L74: 	_ bin.Encoder     = &MessagesEditExportedChatInviteRequest{}
		tl_messages_edit_exported_chat_invite_gen.go#L75: 	_ bin.Decoder     = &MessagesEditExportedChatInviteRequest{}
		tl_messages_edit_exported_chat_invite_gen.go#L76: 	_ bin.BareEncoder = &MessagesEditExportedChatInviteRequest{}
		tl_messages_edit_exported_chat_invite_gen.go#L77: 	_ bin.BareDecoder = &MessagesEditExportedChatInviteRequest{}
		tl_messages_edit_exported_chat_invite_gen.go#L80: func (e *MessagesEditExportedChatInviteRequest) Zero() bool {
		tl_messages_edit_exported_chat_invite_gen.go#L113: func (e *MessagesEditExportedChatInviteRequest) String() string {
		tl_messages_edit_exported_chat_invite_gen.go#L117: 	type Alias MessagesEditExportedChatInviteRequest
		tl_messages_edit_exported_chat_invite_gen.go#L122: func (e *MessagesEditExportedChatInviteRequest) FillFrom(from interface {
		tl_messages_edit_exported_chat_invite_gen.go#L155: func (*MessagesEditExportedChatInviteRequest) TypeID() uint32 {
		tl_messages_edit_exported_chat_invite_gen.go#L160: func (*MessagesEditExportedChatInviteRequest) TypeName() string {
		tl_messages_edit_exported_chat_invite_gen.go#L165: func (e *MessagesEditExportedChatInviteRequest) TypeInfo() tdp.Type {
		tl_messages_edit_exported_chat_invite_gen.go#L213: func (e *MessagesEditExportedChatInviteRequest) SetFlags() {
		tl_messages_edit_exported_chat_invite_gen.go#L232: func (e *MessagesEditExportedChatInviteRequest) Encode(b *bin.Buffer) error {
		tl_messages_edit_exported_chat_invite_gen.go#L241: func (e *MessagesEditExportedChatInviteRequest) EncodeBare(b *bin.Buffer) error {
		tl_messages_edit_exported_chat_invite_gen.go#L272: func (e *MessagesEditExportedChatInviteRequest) Decode(b *bin.Buffer) error {
		tl_messages_edit_exported_chat_invite_gen.go#L283: func (e *MessagesEditExportedChatInviteRequest) DecodeBare(b *bin.Buffer) error {
		tl_messages_edit_exported_chat_invite_gen.go#L339: func (e *MessagesEditExportedChatInviteRequest) SetRevoked(value bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L350: func (e *MessagesEditExportedChatInviteRequest) GetRevoked() (value bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L358: func (e *MessagesEditExportedChatInviteRequest) GetPeer() (value InputPeerClass) {
		tl_messages_edit_exported_chat_invite_gen.go#L366: func (e *MessagesEditExportedChatInviteRequest) GetLink() (value string) {
		tl_messages_edit_exported_chat_invite_gen.go#L374: func (e *MessagesEditExportedChatInviteRequest) SetExpireDate(value int) {
		tl_messages_edit_exported_chat_invite_gen.go#L381: func (e *MessagesEditExportedChatInviteRequest) GetExpireDate() (value int, ok bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L392: func (e *MessagesEditExportedChatInviteRequest) SetUsageLimit(value int) {
		tl_messages_edit_exported_chat_invite_gen.go#L399: func (e *MessagesEditExportedChatInviteRequest) GetUsageLimit() (value int, ok bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L410: func (e *MessagesEditExportedChatInviteRequest) SetRequestNeeded(value bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L417: func (e *MessagesEditExportedChatInviteRequest) GetRequestNeeded() (value bool, ok bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L428: func (e *MessagesEditExportedChatInviteRequest) SetTitle(value string) {
		tl_messages_edit_exported_chat_invite_gen.go#L435: func (e *MessagesEditExportedChatInviteRequest) GetTitle() (value string, ok bool) {
		tl_messages_edit_exported_chat_invite_gen.go#L460: func (c *Client) MessagesEditExportedChatInvite(ctx context.Context, request *MessagesEditExportedChatInviteRequest) (MessagesExportedChatInviteClass, error) {
		tl_registry_gen.go#L5086: 		MessagesEditExportedChatInviteRequestTypeID:                             func() bin.Object { return &MessagesEditExportedChatInviteRequest{} },
		tl_server_gen.go#L5103: func (s *ServerDispatcher) OnMessagesEditExportedChatInvite(f func(ctx context.Context, request *MessagesEditExportedChatInviteRequest) (MessagesExportedChatInviteClass, error)) {
		tl_server_gen.go#L5105: 		var request MessagesEditExportedChatInviteRequest