type github.com/gotd/td/tg.UpdatePeerWallpaper
38 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1300: type PeerWallpaperHandler func(ctx context.Context, e Entities, update *UpdatePeerWallpaper) error
tl_handlers_gen.go#L1305: return handler(ctx, e, update.(*UpdatePeerWallpaper))
tl_registry_gen.go#L3947: UpdatePeerWallpaperTypeID: func() bin.Object { return &UpdatePeerWallpaper{} },
tl_update_gen.go#L23920: type UpdatePeerWallpaper struct {
tl_update_gen.go#L23946: func (u UpdatePeerWallpaper) construct() UpdateClass { return &u }
tl_update_gen.go#L23950: _ bin.Encoder = &UpdatePeerWallpaper{}
tl_update_gen.go#L23951: _ bin.Decoder = &UpdatePeerWallpaper{}
tl_update_gen.go#L23952: _ bin.BareEncoder = &UpdatePeerWallpaper{}
tl_update_gen.go#L23953: _ bin.BareDecoder = &UpdatePeerWallpaper{}
tl_update_gen.go#L23955: _ UpdateClass = &UpdatePeerWallpaper{}
tl_update_gen.go#L23958: func (u *UpdatePeerWallpaper) Zero() bool {
tl_update_gen.go#L23979: func (u *UpdatePeerWallpaper) String() string {
tl_update_gen.go#L23983: type Alias UpdatePeerWallpaper
tl_update_gen.go#L23988: func (u *UpdatePeerWallpaper) FillFrom(from interface {
tl_update_gen.go#L24004: func (*UpdatePeerWallpaper) TypeID() uint32 {
tl_update_gen.go#L24009: func (*UpdatePeerWallpaper) TypeName() string {
tl_update_gen.go#L24014: func (u *UpdatePeerWallpaper) TypeInfo() tdp.Type {
tl_update_gen.go#L24043: func (u *UpdatePeerWallpaper) SetFlags() {
tl_update_gen.go#L24053: func (u *UpdatePeerWallpaper) Encode(b *bin.Buffer) error {
tl_update_gen.go#L24062: func (u *UpdatePeerWallpaper) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24088: func (u *UpdatePeerWallpaper) Decode(b *bin.Buffer) error {
tl_update_gen.go#L24099: func (u *UpdatePeerWallpaper) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L24127: func (u *UpdatePeerWallpaper) SetWallpaperOverridden(value bool) {
tl_update_gen.go#L24138: func (u *UpdatePeerWallpaper) GetWallpaperOverridden() (value bool) {
tl_update_gen.go#L24146: func (u *UpdatePeerWallpaper) GetPeer() (value PeerClass) {
tl_update_gen.go#L24154: func (u *UpdatePeerWallpaper) SetWallpaper(value WallPaperClass) {
tl_update_gen.go#L24161: func (u *UpdatePeerWallpaper) GetWallpaper() (value WallPaperClass, ok bool) {
tl_update_gen.go#L25784: v := UpdatePeerWallpaper{}
tl_update_slices_gen.go#L1474: value, ok := elem.(*UpdatePeerWallpaper)
tl_update_slices_gen.go#L10277: type UpdatePeerWallpaperArray []UpdatePeerWallpaper
tl_update_slices_gen.go#L10280: func (s UpdatePeerWallpaperArray) Sort(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10288: func (s UpdatePeerWallpaperArray) SortStable(less func(a, b UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10296: func (s UpdatePeerWallpaperArray) Retain(keep func(x UpdatePeerWallpaper) bool) UpdatePeerWallpaperArray {
tl_update_slices_gen.go#L10310: func (s UpdatePeerWallpaperArray) First() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10318: func (s UpdatePeerWallpaperArray) Last() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10326: func (s *UpdatePeerWallpaperArray) PopFirst() (v UpdatePeerWallpaper, ok bool) {
tl_update_slices_gen.go#L10336: var zero UpdatePeerWallpaper
tl_update_slices_gen.go#L10345: func (s *UpdatePeerWallpaperArray) Pop() (v UpdatePeerWallpaper, ok bool) {
|
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. |