type github.com/gotd/td/tg.UpdateServiceNotification
44 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L280: type ServiceNotificationHandler func(ctx context.Context, e Entities, update *UpdateServiceNotification) error
tl_handlers_gen.go#L285: return handler(ctx, e, update.(*UpdateServiceNotification))
tl_registry_gen.go#L3845: UpdateServiceNotificationTypeID: func() bin.Object { return &UpdateServiceNotification{} },
tl_update_gen.go#L3280: type UpdateServiceNotification struct {
tl_update_gen.go#L3318: func (u UpdateServiceNotification) construct() UpdateClass { return &u }
tl_update_gen.go#L3322: _ bin.Encoder = &UpdateServiceNotification{}
tl_update_gen.go#L3323: _ bin.Decoder = &UpdateServiceNotification{}
tl_update_gen.go#L3324: _ bin.BareEncoder = &UpdateServiceNotification{}
tl_update_gen.go#L3325: _ bin.BareDecoder = &UpdateServiceNotification{}
tl_update_gen.go#L3327: _ UpdateClass = &UpdateServiceNotification{}
tl_update_gen.go#L3330: func (u *UpdateServiceNotification) Zero() bool {
tl_update_gen.go#L3363: func (u *UpdateServiceNotification) String() string {
tl_update_gen.go#L3367: type Alias UpdateServiceNotification
tl_update_gen.go#L3372: func (u *UpdateServiceNotification) FillFrom(from interface {
tl_update_gen.go#L3396: func (*UpdateServiceNotification) TypeID() uint32 {
tl_update_gen.go#L3401: func (*UpdateServiceNotification) TypeName() string {
tl_update_gen.go#L3406: func (u *UpdateServiceNotification) TypeInfo() tdp.Type {
tl_update_gen.go#L3452: func (u *UpdateServiceNotification) SetFlags() {
tl_update_gen.go#L3465: func (u *UpdateServiceNotification) Encode(b *bin.Buffer) error {
tl_update_gen.go#L3474: func (u *UpdateServiceNotification) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3506: func (u *UpdateServiceNotification) Decode(b *bin.Buffer) error {
tl_update_gen.go#L3517: func (u *UpdateServiceNotification) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L3577: func (u *UpdateServiceNotification) SetPopup(value bool) {
tl_update_gen.go#L3588: func (u *UpdateServiceNotification) GetPopup() (value bool) {
tl_update_gen.go#L3596: func (u *UpdateServiceNotification) SetInvertMedia(value bool) {
tl_update_gen.go#L3607: func (u *UpdateServiceNotification) GetInvertMedia() (value bool) {
tl_update_gen.go#L3615: func (u *UpdateServiceNotification) SetInboxDate(value int) {
tl_update_gen.go#L3622: func (u *UpdateServiceNotification) GetInboxDate() (value int, ok bool) {
tl_update_gen.go#L3633: func (u *UpdateServiceNotification) GetType() (value string) {
tl_update_gen.go#L3641: func (u *UpdateServiceNotification) GetMessage() (value string) {
tl_update_gen.go#L3649: func (u *UpdateServiceNotification) GetMedia() (value MessageMediaClass) {
tl_update_gen.go#L3657: func (u *UpdateServiceNotification) GetEntities() (value []MessageEntityClass) {
tl_update_gen.go#L3665: func (u *UpdateServiceNotification) MapEntities() (value MessageEntityClassArray) {
tl_update_gen.go#L25070: v := UpdateServiceNotification{}
tl_update_slices_gen.go#L343: value, ok := elem.(*UpdateServiceNotification)
tl_update_slices_gen.go#L2975: type UpdateServiceNotificationArray []UpdateServiceNotification
tl_update_slices_gen.go#L2978: func (s UpdateServiceNotificationArray) Sort(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L2986: func (s UpdateServiceNotificationArray) SortStable(less func(a, b UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L2994: func (s UpdateServiceNotificationArray) Retain(keep func(x UpdateServiceNotification) bool) UpdateServiceNotificationArray {
tl_update_slices_gen.go#L3008: func (s UpdateServiceNotificationArray) First() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3016: func (s UpdateServiceNotificationArray) Last() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3024: func (s *UpdateServiceNotificationArray) PopFirst() (v UpdateServiceNotification, ok bool) {
tl_update_slices_gen.go#L3034: var zero UpdateServiceNotification
tl_update_slices_gen.go#L3043: func (s *UpdateServiceNotificationArray) Pop() (v UpdateServiceNotification, 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. |