type github.com/gotd/td/tg.AccountGetMultiWallPapersRequest
21 uses
github.com/gotd/td/tg (current package)
tl_account_get_multi_wall_papers_gen.go#L41: type AccountGetMultiWallPapersRequest struct {
tl_account_get_multi_wall_papers_gen.go#L54: _ bin.Encoder = &AccountGetMultiWallPapersRequest{}
tl_account_get_multi_wall_papers_gen.go#L55: _ bin.Decoder = &AccountGetMultiWallPapersRequest{}
tl_account_get_multi_wall_papers_gen.go#L56: _ bin.BareEncoder = &AccountGetMultiWallPapersRequest{}
tl_account_get_multi_wall_papers_gen.go#L57: _ bin.BareDecoder = &AccountGetMultiWallPapersRequest{}
tl_account_get_multi_wall_papers_gen.go#L60: func (g *AccountGetMultiWallPapersRequest) Zero() bool {
tl_account_get_multi_wall_papers_gen.go#L72: func (g *AccountGetMultiWallPapersRequest) String() string {
tl_account_get_multi_wall_papers_gen.go#L76: type Alias AccountGetMultiWallPapersRequest
tl_account_get_multi_wall_papers_gen.go#L81: func (g *AccountGetMultiWallPapersRequest) FillFrom(from interface {
tl_account_get_multi_wall_papers_gen.go#L90: func (*AccountGetMultiWallPapersRequest) TypeID() uint32 {
tl_account_get_multi_wall_papers_gen.go#L95: func (*AccountGetMultiWallPapersRequest) TypeName() string {
tl_account_get_multi_wall_papers_gen.go#L100: func (g *AccountGetMultiWallPapersRequest) TypeInfo() tdp.Type {
tl_account_get_multi_wall_papers_gen.go#L119: func (g *AccountGetMultiWallPapersRequest) Encode(b *bin.Buffer) error {
tl_account_get_multi_wall_papers_gen.go#L128: func (g *AccountGetMultiWallPapersRequest) EncodeBare(b *bin.Buffer) error {
tl_account_get_multi_wall_papers_gen.go#L145: func (g *AccountGetMultiWallPapersRequest) Decode(b *bin.Buffer) error {
tl_account_get_multi_wall_papers_gen.go#L156: func (g *AccountGetMultiWallPapersRequest) DecodeBare(b *bin.Buffer) error {
tl_account_get_multi_wall_papers_gen.go#L181: func (g *AccountGetMultiWallPapersRequest) GetWallpapers() (value []InputWallPaperClass) {
tl_account_get_multi_wall_papers_gen.go#L189: func (g *AccountGetMultiWallPapersRequest) MapWallpapers() (value InputWallPaperClassArray) {
tl_account_get_multi_wall_papers_gen.go#L207: request := &AccountGetMultiWallPapersRequest{
tl_registry_gen.go#L4897: AccountGetMultiWallPapersRequestTypeID: func() bin.Object { return &AccountGetMultiWallPapersRequest{} },
tl_server_gen.go#L1672: var request AccountGetMultiWallPapersRequest
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. |