type github.com/gotd/td/tg.AccountGetDefaultProfilePhotoEmojisRequest
20 uses
github.com/gotd/td/tg (current package)
tl_account_get_default_profile_photo_emojis_gen.go#L42: type AccountGetDefaultProfilePhotoEmojisRequest struct {
tl_account_get_default_profile_photo_emojis_gen.go#L55: _ bin.Encoder = &AccountGetDefaultProfilePhotoEmojisRequest{}
tl_account_get_default_profile_photo_emojis_gen.go#L56: _ bin.Decoder = &AccountGetDefaultProfilePhotoEmojisRequest{}
tl_account_get_default_profile_photo_emojis_gen.go#L57: _ bin.BareEncoder = &AccountGetDefaultProfilePhotoEmojisRequest{}
tl_account_get_default_profile_photo_emojis_gen.go#L58: _ bin.BareDecoder = &AccountGetDefaultProfilePhotoEmojisRequest{}
tl_account_get_default_profile_photo_emojis_gen.go#L61: func (g *AccountGetDefaultProfilePhotoEmojisRequest) Zero() bool {
tl_account_get_default_profile_photo_emojis_gen.go#L73: func (g *AccountGetDefaultProfilePhotoEmojisRequest) String() string {
tl_account_get_default_profile_photo_emojis_gen.go#L77: type Alias AccountGetDefaultProfilePhotoEmojisRequest
tl_account_get_default_profile_photo_emojis_gen.go#L82: func (g *AccountGetDefaultProfilePhotoEmojisRequest) FillFrom(from interface {
tl_account_get_default_profile_photo_emojis_gen.go#L91: func (*AccountGetDefaultProfilePhotoEmojisRequest) TypeID() uint32 {
tl_account_get_default_profile_photo_emojis_gen.go#L96: func (*AccountGetDefaultProfilePhotoEmojisRequest) TypeName() string {
tl_account_get_default_profile_photo_emojis_gen.go#L101: func (g *AccountGetDefaultProfilePhotoEmojisRequest) TypeInfo() tdp.Type {
tl_account_get_default_profile_photo_emojis_gen.go#L120: func (g *AccountGetDefaultProfilePhotoEmojisRequest) Encode(b *bin.Buffer) error {
tl_account_get_default_profile_photo_emojis_gen.go#L129: func (g *AccountGetDefaultProfilePhotoEmojisRequest) EncodeBare(b *bin.Buffer) error {
tl_account_get_default_profile_photo_emojis_gen.go#L138: func (g *AccountGetDefaultProfilePhotoEmojisRequest) Decode(b *bin.Buffer) error {
tl_account_get_default_profile_photo_emojis_gen.go#L149: func (g *AccountGetDefaultProfilePhotoEmojisRequest) DecodeBare(b *bin.Buffer) error {
tl_account_get_default_profile_photo_emojis_gen.go#L164: func (g *AccountGetDefaultProfilePhotoEmojisRequest) GetHash() (value int64) {
tl_account_get_default_profile_photo_emojis_gen.go#L182: request := &AccountGetDefaultProfilePhotoEmojisRequest{
tl_registry_gen.go#L4915: AccountGetDefaultProfilePhotoEmojisRequestTypeID: func() bin.Object { return &AccountGetDefaultProfilePhotoEmojisRequest{} },
tl_server_gen.go#L2010: var request AccountGetDefaultProfilePhotoEmojisRequest
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. |