type github.com/gotd/td/tg.UpdateServiceNotification
44 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L284: type ServiceNotificationHandler func(ctx context.Context, e Entities, update *UpdateServiceNotification) error
tl_handlers_gen.go#L289: return handler(ctx, e, update.(*UpdateServiceNotification))
tl_registry_gen.go#L5256: UpdateServiceNotificationTypeID: func() bin.Object { return &UpdateServiceNotification{} },
tl_update_gen.go#L3370: type UpdateServiceNotification struct {
tl_update_gen.go#L3408: func (u UpdateServiceNotification) construct() UpdateClass { return &u }
tl_update_gen.go#L3412: _ bin.Encoder = &UpdateServiceNotification{}
tl_update_gen.go#L3413: _ bin.Decoder = &UpdateServiceNotification{}
tl_update_gen.go#L3414: _ bin.BareEncoder = &UpdateServiceNotification{}
tl_update_gen.go#L3415: _ bin.BareDecoder = &UpdateServiceNotification{}
tl_update_gen.go#L3417: _ UpdateClass = &UpdateServiceNotification{}
tl_update_gen.go#L3420: func (u *UpdateServiceNotification) Zero() bool {
tl_update_gen.go#L3453: func (u *UpdateServiceNotification) String() string {
tl_update_gen.go#L3457: type Alias UpdateServiceNotification
tl_update_gen.go#L3462: func (u *UpdateServiceNotification) FillFrom(from interface {
tl_update_gen.go#L3486: func (*UpdateServiceNotification) TypeID() uint32 {
tl_update_gen.go#L3491: func (*UpdateServiceNotification) TypeName() string {
tl_update_gen.go#L3496: func (u *UpdateServiceNotification) TypeInfo() tdp.Type {
tl_update_gen.go#L3542: func (u *UpdateServiceNotification) SetFlags() {
tl_update_gen.go#L3555: func (u *UpdateServiceNotification) Encode(b *bin.Buffer) error {
tl_update_gen.go#L3564: func (u *UpdateServiceNotification) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3596: func (u *UpdateServiceNotification) Decode(b *bin.Buffer) error {
tl_update_gen.go#L3607: func (u *UpdateServiceNotification) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3667: func (u *UpdateServiceNotification) SetPopup(value bool) {
tl_update_gen.go#L3678: func (u *UpdateServiceNotification) GetPopup() (value bool) {
tl_update_gen.go#L3686: func (u *UpdateServiceNotification) SetInvertMedia(value bool) {
tl_update_gen.go#L3697: func (u *UpdateServiceNotification) GetInvertMedia() (value bool) {
tl_update_gen.go#L3705: func (u *UpdateServiceNotification) SetInboxDate(value int) {
tl_update_gen.go#L3712: func (u *UpdateServiceNotification) GetInboxDate() (value int, ok bool) {
tl_update_gen.go#L3723: func (u *UpdateServiceNotification) GetType() (value string) {
tl_update_gen.go#L3731: func (u *UpdateServiceNotification) GetMessage() (value string) {
tl_update_gen.go#L3739: func (u *UpdateServiceNotification) GetMedia() (value MessageMediaClass) {
tl_update_gen.go#L3747: func (u *UpdateServiceNotification) GetEntities() (value []MessageEntityClass) {
tl_update_gen.go#L3755: func (u *UpdateServiceNotification) MapEntities() (value MessageEntityClassArray) {
tl_update_gen.go#L34319: v := UpdateServiceNotification{}
tl_update_slices_gen.go#L343: value, ok := elem.(*UpdateServiceNotification)
tl_update_slices_gen.go#L3482: type UpdateServiceNotificationArray []UpdateServiceNotification
tl_update_slices_gen.go#L3485: func (s UpdateServiceNotificationArray) Sort(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L3493: func (s UpdateServiceNotificationArray) SortStable(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L3501: func (s UpdateServiceNotificationArray) Retain(keep func(x UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L3515: func (s UpdateServiceNotificationArray) First() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3523: func (s UpdateServiceNotificationArray) Last() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3531: func (s *UpdateServiceNotificationArray) PopFirst() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3541: var zero UpdateServiceNotification
tl_update_slices_gen.go#L3550: func (s *UpdateServiceNotificationArray) Pop() (v UpdateServiceNotification, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |