type github.com/gotd/td/tg.AccountUpdateProfileRequest
27 uses
github.com/gotd/td/tg (current package)
tl_account_update_profile_gen.go#L38: type AccountUpdateProfileRequest struct {
tl_account_update_profile_gen.go#L63: _ bin.Encoder = &AccountUpdateProfileRequest{}
tl_account_update_profile_gen.go#L64: _ bin.Decoder = &AccountUpdateProfileRequest{}
tl_account_update_profile_gen.go#L65: _ bin.BareEncoder = &AccountUpdateProfileRequest{}
tl_account_update_profile_gen.go#L66: _ bin.BareDecoder = &AccountUpdateProfileRequest{}
tl_account_update_profile_gen.go#L69: func (u *AccountUpdateProfileRequest) Zero() bool {
tl_account_update_profile_gen.go#L90: func (u *AccountUpdateProfileRequest) String() string {
tl_account_update_profile_gen.go#L94: type Alias AccountUpdateProfileRequest
tl_account_update_profile_gen.go#L99: func (u *AccountUpdateProfileRequest) FillFrom(from interface {
tl_account_update_profile_gen.go#L121: func (*AccountUpdateProfileRequest) TypeID() uint32 {
tl_account_update_profile_gen.go#L126: func (*AccountUpdateProfileRequest) TypeName() string {
tl_account_update_profile_gen.go#L131: func (u *AccountUpdateProfileRequest) TypeInfo() tdp.Type {
tl_account_update_profile_gen.go#L161: func (u *AccountUpdateProfileRequest) SetFlags() {
tl_account_update_profile_gen.go#L174: func (u *AccountUpdateProfileRequest) Encode(b *bin.Buffer) error {
tl_account_update_profile_gen.go#L183: func (u *AccountUpdateProfileRequest) EncodeBare(b *bin.Buffer) error {
tl_account_update_profile_gen.go#L204: func (u *AccountUpdateProfileRequest) Decode(b *bin.Buffer) error {
tl_account_update_profile_gen.go#L215: func (u *AccountUpdateProfileRequest) DecodeBare(b *bin.Buffer) error {
tl_account_update_profile_gen.go#L249: func (u *AccountUpdateProfileRequest) SetFirstName(value string) {
tl_account_update_profile_gen.go#L256: func (u *AccountUpdateProfileRequest) GetFirstName() (value string, ok bool) {
tl_account_update_profile_gen.go#L267: func (u *AccountUpdateProfileRequest) SetLastName(value string) {
tl_account_update_profile_gen.go#L274: func (u *AccountUpdateProfileRequest) GetLastName() (value string, ok bool) {
tl_account_update_profile_gen.go#L285: func (u *AccountUpdateProfileRequest) SetAbout(value string) {
tl_account_update_profile_gen.go#L292: func (u *AccountUpdateProfileRequest) GetAbout() (value string, ok bool) {
tl_account_update_profile_gen.go#L311: func (c *Client) AccountUpdateProfile(ctx context.Context, request *AccountUpdateProfileRequest) (UserClass, error) {
tl_registry_gen.go#L4838: AccountUpdateProfileRequestTypeID: func() bin.Object { return &AccountUpdateProfileRequest{} },
tl_server_gen.go#L559: func (s *ServerDispatcher) OnAccountUpdateProfile(f func(ctx context.Context, request *AccountUpdateProfileRequest) (UserClass, error)) {
tl_server_gen.go#L561: var request AccountUpdateProfileRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |