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

35 uses

	github.com/gotd/td/tg (current package)
		tl_account_init_takeout_session_gen.go#L41: type AccountInitTakeoutSessionRequest struct {
		tl_account_init_takeout_session_gen.go#L79: 	_ bin.Encoder     = &AccountInitTakeoutSessionRequest{}
		tl_account_init_takeout_session_gen.go#L80: 	_ bin.Decoder     = &AccountInitTakeoutSessionRequest{}
		tl_account_init_takeout_session_gen.go#L81: 	_ bin.BareEncoder = &AccountInitTakeoutSessionRequest{}
		tl_account_init_takeout_session_gen.go#L82: 	_ bin.BareDecoder = &AccountInitTakeoutSessionRequest{}
		tl_account_init_takeout_session_gen.go#L85: func (i *AccountInitTakeoutSessionRequest) Zero() bool {
		tl_account_init_takeout_session_gen.go#L118: func (i *AccountInitTakeoutSessionRequest) String() string {
		tl_account_init_takeout_session_gen.go#L122: 	type Alias AccountInitTakeoutSessionRequest
		tl_account_init_takeout_session_gen.go#L127: func (i *AccountInitTakeoutSessionRequest) FillFrom(from interface {
		tl_account_init_takeout_session_gen.go#L151: func (*AccountInitTakeoutSessionRequest) TypeID() uint32 {
		tl_account_init_takeout_session_gen.go#L156: func (*AccountInitTakeoutSessionRequest) TypeName() string {
		tl_account_init_takeout_session_gen.go#L161: func (i *AccountInitTakeoutSessionRequest) TypeInfo() tdp.Type {
		tl_account_init_takeout_session_gen.go#L211: func (i *AccountInitTakeoutSessionRequest) SetFlags() {
		tl_account_init_takeout_session_gen.go#L236: func (i *AccountInitTakeoutSessionRequest) Encode(b *bin.Buffer) error {
		tl_account_init_takeout_session_gen.go#L245: func (i *AccountInitTakeoutSessionRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_init_takeout_session_gen.go#L260: func (i *AccountInitTakeoutSessionRequest) Decode(b *bin.Buffer) error {
		tl_account_init_takeout_session_gen.go#L271: func (i *AccountInitTakeoutSessionRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_init_takeout_session_gen.go#L297: func (i *AccountInitTakeoutSessionRequest) SetContacts(value bool) {
		tl_account_init_takeout_session_gen.go#L308: func (i *AccountInitTakeoutSessionRequest) GetContacts() (value bool) {
		tl_account_init_takeout_session_gen.go#L316: func (i *AccountInitTakeoutSessionRequest) SetMessageUsers(value bool) {
		tl_account_init_takeout_session_gen.go#L327: func (i *AccountInitTakeoutSessionRequest) GetMessageUsers() (value bool) {
		tl_account_init_takeout_session_gen.go#L335: func (i *AccountInitTakeoutSessionRequest) SetMessageChats(value bool) {
		tl_account_init_takeout_session_gen.go#L346: func (i *AccountInitTakeoutSessionRequest) GetMessageChats() (value bool) {
		tl_account_init_takeout_session_gen.go#L354: func (i *AccountInitTakeoutSessionRequest) SetMessageMegagroups(value bool) {
		tl_account_init_takeout_session_gen.go#L365: func (i *AccountInitTakeoutSessionRequest) GetMessageMegagroups() (value bool) {
		tl_account_init_takeout_session_gen.go#L373: func (i *AccountInitTakeoutSessionRequest) SetMessageChannels(value bool) {
		tl_account_init_takeout_session_gen.go#L384: func (i *AccountInitTakeoutSessionRequest) GetMessageChannels() (value bool) {
		tl_account_init_takeout_session_gen.go#L392: func (i *AccountInitTakeoutSessionRequest) SetFiles(value bool) {
		tl_account_init_takeout_session_gen.go#L403: func (i *AccountInitTakeoutSessionRequest) GetFiles() (value bool) {
		tl_account_init_takeout_session_gen.go#L411: func (i *AccountInitTakeoutSessionRequest) SetFileMaxSize(value int64) {
		tl_account_init_takeout_session_gen.go#L418: func (i *AccountInitTakeoutSessionRequest) GetFileMaxSize() (value int64, ok bool) {
		tl_account_init_takeout_session_gen.go#L439: func (c *Client) AccountInitTakeoutSession(ctx context.Context, request *AccountInitTakeoutSessionRequest) (*AccountTakeout, error) {
		tl_registry_gen.go#L4873: 		AccountInitTakeoutSessionRequestTypeID:                                  func() bin.Object { return &AccountInitTakeoutSessionRequest{} },
		tl_server_gen.go#L1210: func (s *ServerDispatcher) OnAccountInitTakeoutSession(f func(ctx context.Context, request *AccountInitTakeoutSessionRequest) (*AccountTakeout, error)) {
		tl_server_gen.go#L1212: 		var request AccountInitTakeoutSessionRequest