type github.com/gotd/td/tg.AccountUploadWallPaperRequest
26 uses
github.com/gotd/td/tg (current package)
tl_account_upload_wall_paper_gen.go#L41: type AccountUploadWallPaperRequest struct {
tl_account_upload_wall_paper_gen.go#L65: _ bin.Encoder = &AccountUploadWallPaperRequest{}
tl_account_upload_wall_paper_gen.go#L66: _ bin.Decoder = &AccountUploadWallPaperRequest{}
tl_account_upload_wall_paper_gen.go#L67: _ bin.BareEncoder = &AccountUploadWallPaperRequest{}
tl_account_upload_wall_paper_gen.go#L68: _ bin.BareDecoder = &AccountUploadWallPaperRequest{}
tl_account_upload_wall_paper_gen.go#L71: func (u *AccountUploadWallPaperRequest) Zero() bool {
tl_account_upload_wall_paper_gen.go#L95: func (u *AccountUploadWallPaperRequest) String() string {
tl_account_upload_wall_paper_gen.go#L99: type Alias AccountUploadWallPaperRequest
tl_account_upload_wall_paper_gen.go#L104: func (u *AccountUploadWallPaperRequest) FillFrom(from interface {
tl_account_upload_wall_paper_gen.go#L119: func (*AccountUploadWallPaperRequest) TypeID() uint32 {
tl_account_upload_wall_paper_gen.go#L124: func (*AccountUploadWallPaperRequest) TypeName() string {
tl_account_upload_wall_paper_gen.go#L129: func (u *AccountUploadWallPaperRequest) TypeInfo() tdp.Type {
tl_account_upload_wall_paper_gen.go#L161: func (u *AccountUploadWallPaperRequest) SetFlags() {
tl_account_upload_wall_paper_gen.go#L168: func (u *AccountUploadWallPaperRequest) Encode(b *bin.Buffer) error {
tl_account_upload_wall_paper_gen.go#L177: func (u *AccountUploadWallPaperRequest) EncodeBare(b *bin.Buffer) error {
tl_account_upload_wall_paper_gen.go#L199: func (u *AccountUploadWallPaperRequest) Decode(b *bin.Buffer) error {
tl_account_upload_wall_paper_gen.go#L210: func (u *AccountUploadWallPaperRequest) DecodeBare(b *bin.Buffer) error {
tl_account_upload_wall_paper_gen.go#L243: func (u *AccountUploadWallPaperRequest) SetForChat(value bool) {
tl_account_upload_wall_paper_gen.go#L254: func (u *AccountUploadWallPaperRequest) GetForChat() (value bool) {
tl_account_upload_wall_paper_gen.go#L262: func (u *AccountUploadWallPaperRequest) GetFile() (value InputFileClass) {
tl_account_upload_wall_paper_gen.go#L270: func (u *AccountUploadWallPaperRequest) GetMimeType() (value string) {
tl_account_upload_wall_paper_gen.go#L278: func (u *AccountUploadWallPaperRequest) GetSettings() (value WallPaperSettings) {
tl_account_upload_wall_paper_gen.go#L297: func (c *Client) AccountUploadWallPaper(ctx context.Context, request *AccountUploadWallPaperRequest) (WallPaperClass, error) {
tl_registry_gen.go#L4882: AccountUploadWallPaperRequestTypeID: func() bin.Object { return &AccountUploadWallPaperRequest{} },
tl_server_gen.go#L1387: func (s *ServerDispatcher) OnAccountUploadWallPaper(f func(ctx context.Context, request *AccountUploadWallPaperRequest) (WallPaperClass, error)) {
tl_server_gen.go#L1389: var request AccountUploadWallPaperRequest
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. |