type github.com/gotd/td/tg.AccountInstallWallPaperRequest
22 uses
github.com/gotd/td/tg (current package)
tl_account_install_wall_paper_gen.go#L41: type AccountInstallWallPaperRequest struct {
tl_account_install_wall_paper_gen.go#L59: _ bin.Encoder = &AccountInstallWallPaperRequest{}
tl_account_install_wall_paper_gen.go#L60: _ bin.Decoder = &AccountInstallWallPaperRequest{}
tl_account_install_wall_paper_gen.go#L61: _ bin.BareEncoder = &AccountInstallWallPaperRequest{}
tl_account_install_wall_paper_gen.go#L62: _ bin.BareDecoder = &AccountInstallWallPaperRequest{}
tl_account_install_wall_paper_gen.go#L65: func (i *AccountInstallWallPaperRequest) Zero() bool {
tl_account_install_wall_paper_gen.go#L80: func (i *AccountInstallWallPaperRequest) String() string {
tl_account_install_wall_paper_gen.go#L84: type Alias AccountInstallWallPaperRequest
tl_account_install_wall_paper_gen.go#L89: func (i *AccountInstallWallPaperRequest) FillFrom(from interface {
tl_account_install_wall_paper_gen.go#L100: func (*AccountInstallWallPaperRequest) TypeID() uint32 {
tl_account_install_wall_paper_gen.go#L105: func (*AccountInstallWallPaperRequest) TypeName() string {
tl_account_install_wall_paper_gen.go#L110: func (i *AccountInstallWallPaperRequest) TypeInfo() tdp.Type {
tl_account_install_wall_paper_gen.go#L133: func (i *AccountInstallWallPaperRequest) Encode(b *bin.Buffer) error {
tl_account_install_wall_paper_gen.go#L142: func (i *AccountInstallWallPaperRequest) EncodeBare(b *bin.Buffer) error {
tl_account_install_wall_paper_gen.go#L159: func (i *AccountInstallWallPaperRequest) Decode(b *bin.Buffer) error {
tl_account_install_wall_paper_gen.go#L170: func (i *AccountInstallWallPaperRequest) DecodeBare(b *bin.Buffer) error {
tl_account_install_wall_paper_gen.go#L190: func (i *AccountInstallWallPaperRequest) GetWallpaper() (value InputWallPaperClass) {
tl_account_install_wall_paper_gen.go#L198: func (i *AccountInstallWallPaperRequest) GetSettings() (value WallPaperSettings) {
tl_account_install_wall_paper_gen.go#L216: func (c *Client) AccountInstallWallPaper(ctx context.Context, request *AccountInstallWallPaperRequest) (bool, error) {
tl_registry_gen.go#L4884: AccountInstallWallPaperRequestTypeID: func() bin.Object { return &AccountInstallWallPaperRequest{} },
tl_server_gen.go#L1425: func (s *ServerDispatcher) OnAccountInstallWallPaper(f func(ctx context.Context, request *AccountInstallWallPaperRequest) (bool, error)) {
tl_server_gen.go#L1427: var request AccountInstallWallPaperRequest
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. |