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

28 uses

	github.com/gotd/td/tg (current package)
		tl_chatlists_edit_exported_invite_gen.go#L41: type ChatlistsEditExportedInviteRequest struct {
		tl_chatlists_edit_exported_invite_gen.go#L69: 	_ bin.Encoder     = &ChatlistsEditExportedInviteRequest{}
		tl_chatlists_edit_exported_invite_gen.go#L70: 	_ bin.Decoder     = &ChatlistsEditExportedInviteRequest{}
		tl_chatlists_edit_exported_invite_gen.go#L71: 	_ bin.BareEncoder = &ChatlistsEditExportedInviteRequest{}
		tl_chatlists_edit_exported_invite_gen.go#L72: 	_ bin.BareDecoder = &ChatlistsEditExportedInviteRequest{}
		tl_chatlists_edit_exported_invite_gen.go#L75: func (e *ChatlistsEditExportedInviteRequest) Zero() bool {
		tl_chatlists_edit_exported_invite_gen.go#L99: func (e *ChatlistsEditExportedInviteRequest) String() string {
		tl_chatlists_edit_exported_invite_gen.go#L103: 	type Alias ChatlistsEditExportedInviteRequest
		tl_chatlists_edit_exported_invite_gen.go#L108: func (e *ChatlistsEditExportedInviteRequest) FillFrom(from interface {
		tl_chatlists_edit_exported_invite_gen.go#L129: func (*ChatlistsEditExportedInviteRequest) TypeID() uint32 {
		tl_chatlists_edit_exported_invite_gen.go#L134: func (*ChatlistsEditExportedInviteRequest) TypeName() string {
		tl_chatlists_edit_exported_invite_gen.go#L139: func (e *ChatlistsEditExportedInviteRequest) TypeInfo() tdp.Type {
		tl_chatlists_edit_exported_invite_gen.go#L172: func (e *ChatlistsEditExportedInviteRequest) SetFlags() {
		tl_chatlists_edit_exported_invite_gen.go#L182: func (e *ChatlistsEditExportedInviteRequest) Encode(b *bin.Buffer) error {
		tl_chatlists_edit_exported_invite_gen.go#L191: func (e *ChatlistsEditExportedInviteRequest) EncodeBare(b *bin.Buffer) error {
		tl_chatlists_edit_exported_invite_gen.go#L221: func (e *ChatlistsEditExportedInviteRequest) Decode(b *bin.Buffer) error {
		tl_chatlists_edit_exported_invite_gen.go#L232: func (e *ChatlistsEditExportedInviteRequest) DecodeBare(b *bin.Buffer) error {
		tl_chatlists_edit_exported_invite_gen.go#L281: func (e *ChatlistsEditExportedInviteRequest) GetChatlist() (value InputChatlistDialogFilter) {
		tl_chatlists_edit_exported_invite_gen.go#L289: func (e *ChatlistsEditExportedInviteRequest) GetSlug() (value string) {
		tl_chatlists_edit_exported_invite_gen.go#L297: func (e *ChatlistsEditExportedInviteRequest) SetTitle(value string) {
		tl_chatlists_edit_exported_invite_gen.go#L304: func (e *ChatlistsEditExportedInviteRequest) GetTitle() (value string, ok bool) {
		tl_chatlists_edit_exported_invite_gen.go#L315: func (e *ChatlistsEditExportedInviteRequest) SetPeers(value []InputPeerClass) {
		tl_chatlists_edit_exported_invite_gen.go#L322: func (e *ChatlistsEditExportedInviteRequest) GetPeers() (value []InputPeerClass, ok bool) {
		tl_chatlists_edit_exported_invite_gen.go#L333: func (e *ChatlistsEditExportedInviteRequest) MapPeers() (value InputPeerClassArray, ok bool) {
		tl_chatlists_edit_exported_invite_gen.go#L352: func (c *Client) ChatlistsEditExportedInvite(ctx context.Context, request *ChatlistsEditExportedInviteRequest) (*ExportedChatlistInvite, error) {
		tl_registry_gen.go#L5329: 		ChatlistsEditExportedInviteRequestTypeID:                                func() bin.Object { return &ChatlistsEditExportedInviteRequest{} },
		tl_server_gen.go#L9442: func (s *ServerDispatcher) OnChatlistsEditExportedInvite(f func(ctx context.Context, request *ChatlistsEditExportedInviteRequest) (*ExportedChatlistInvite, error)) {
		tl_server_gen.go#L9444: 		var request ChatlistsEditExportedInviteRequest