type github.com/gotd/td/tg.UpdateStickerSets
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L440: type StickerSetsHandler func(ctx context.Context, e Entities, update *UpdateStickerSets) error
tl_handlers_gen.go#L445: return handler(ctx, e, update.(*UpdateStickerSets))
tl_registry_gen.go#L3861: UpdateStickerSetsTypeID: func() bin.Object { return &UpdateStickerSets{} },
tl_update_gen.go#L6932: type UpdateStickerSets struct {
tl_update_gen.go#L6951: func (u UpdateStickerSets) construct() UpdateClass { return &u }
tl_update_gen.go#L6955: _ bin.Encoder = &UpdateStickerSets{}
tl_update_gen.go#L6956: _ bin.Decoder = &UpdateStickerSets{}
tl_update_gen.go#L6957: _ bin.BareEncoder = &UpdateStickerSets{}
tl_update_gen.go#L6958: _ bin.BareDecoder = &UpdateStickerSets{}
tl_update_gen.go#L6960: _ UpdateClass = &UpdateStickerSets{}
tl_update_gen.go#L6963: func (u *UpdateStickerSets) Zero() bool {
tl_update_gen.go#L6981: func (u *UpdateStickerSets) String() string {
tl_update_gen.go#L6985: type Alias UpdateStickerSets
tl_update_gen.go#L6990: func (u *UpdateStickerSets) FillFrom(from interface {
tl_update_gen.go#L7001: func (*UpdateStickerSets) TypeID() uint32 {
tl_update_gen.go#L7006: func (*UpdateStickerSets) TypeName() string {
tl_update_gen.go#L7011: func (u *UpdateStickerSets) TypeInfo() tdp.Type {
tl_update_gen.go#L7036: func (u *UpdateStickerSets) SetFlags() {
tl_update_gen.go#L7046: func (u *UpdateStickerSets) Encode(b *bin.Buffer) error {
tl_update_gen.go#L7055: func (u *UpdateStickerSets) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L7067: func (u *UpdateStickerSets) Decode(b *bin.Buffer) error {
tl_update_gen.go#L7078: func (u *UpdateStickerSets) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L7093: func (u *UpdateStickerSets) SetMasks(value bool) {
tl_update_gen.go#L7104: func (u *UpdateStickerSets) GetMasks() (value bool) {
tl_update_gen.go#L7112: func (u *UpdateStickerSets) SetEmojis(value bool) {
tl_update_gen.go#L7123: func (u *UpdateStickerSets) GetEmojis() (value bool) {
tl_update_gen.go#L25182: v := UpdateStickerSets{}
tl_update_slices_gen.go#L551: value, ok := elem.(*UpdateStickerSets)
tl_update_slices_gen.go#L4315: type UpdateStickerSetsArray []UpdateStickerSets
tl_update_slices_gen.go#L4318: func (s UpdateStickerSetsArray) Sort(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4326: func (s UpdateStickerSetsArray) SortStable(less func(a, b UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4334: func (s UpdateStickerSetsArray) Retain(keep func(x UpdateStickerSets) bool) UpdateStickerSetsArray {
tl_update_slices_gen.go#L4348: func (s UpdateStickerSetsArray) First() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4356: func (s UpdateStickerSetsArray) Last() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4364: func (s *UpdateStickerSetsArray) PopFirst() (v UpdateStickerSets, ok bool) {
tl_update_slices_gen.go#L4374: var zero UpdateStickerSets
tl_update_slices_gen.go#L4383: func (s *UpdateStickerSetsArray) Pop() (v UpdateStickerSets, 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. |