type github.com/gotd/td/tg.UpdateReadChannelInbox
40 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L380: type ReadChannelInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelInbox) error
tl_handlers_gen.go#L385: return handler(ctx, e, update.(*UpdateReadChannelInbox))
tl_registry_gen.go#L3855: UpdateReadChannelInboxTypeID: func() bin.Object { return &UpdateReadChannelInbox{} },
tl_update_gen.go#L5612: type UpdateReadChannelInbox struct {
tl_update_gen.go#L5642: func (u UpdateReadChannelInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L5646: _ bin.Encoder = &UpdateReadChannelInbox{}
tl_update_gen.go#L5647: _ bin.Decoder = &UpdateReadChannelInbox{}
tl_update_gen.go#L5648: _ bin.BareEncoder = &UpdateReadChannelInbox{}
tl_update_gen.go#L5649: _ bin.BareDecoder = &UpdateReadChannelInbox{}
tl_update_gen.go#L5651: _ UpdateClass = &UpdateReadChannelInbox{}
tl_update_gen.go#L5654: func (u *UpdateReadChannelInbox) Zero() bool {
tl_update_gen.go#L5681: func (u *UpdateReadChannelInbox) String() string {
tl_update_gen.go#L5685: type Alias UpdateReadChannelInbox
tl_update_gen.go#L5690: func (u *UpdateReadChannelInbox) FillFrom(from interface {
tl_update_gen.go#L5710: func (*UpdateReadChannelInbox) TypeID() uint32 {
tl_update_gen.go#L5715: func (*UpdateReadChannelInbox) TypeName() string {
tl_update_gen.go#L5720: func (u *UpdateReadChannelInbox) TypeInfo() tdp.Type {
tl_update_gen.go#L5756: func (u *UpdateReadChannelInbox) SetFlags() {
tl_update_gen.go#L5763: func (u *UpdateReadChannelInbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L5772: func (u *UpdateReadChannelInbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5791: func (u *UpdateReadChannelInbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L5802: func (u *UpdateReadChannelInbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L5850: func (u *UpdateReadChannelInbox) SetFolderID(value int) {
tl_update_gen.go#L5857: func (u *UpdateReadChannelInbox) GetFolderID() (value int, ok bool) {
tl_update_gen.go#L5868: func (u *UpdateReadChannelInbox) GetChannelID() (value int64) {
tl_update_gen.go#L5876: func (u *UpdateReadChannelInbox) GetMaxID() (value int) {
tl_update_gen.go#L5884: func (u *UpdateReadChannelInbox) GetStillUnreadCount() (value int) {
tl_update_gen.go#L5892: func (u *UpdateReadChannelInbox) GetPts() (value int) {
tl_update_gen.go#L25140: v := UpdateReadChannelInbox{}
tl_update_slices_gen.go#L473: value, ok := elem.(*UpdateReadChannelInbox)
tl_update_slices_gen.go#L3795: type UpdateReadChannelInboxArray []UpdateReadChannelInbox
tl_update_slices_gen.go#L3798: func (s UpdateReadChannelInboxArray) Sort(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3806: func (s UpdateReadChannelInboxArray) SortStable(less func(a, b UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3814: func (s UpdateReadChannelInboxArray) Retain(keep func(x UpdateReadChannelInbox) bool) UpdateReadChannelInboxArray {
tl_update_slices_gen.go#L3828: func (s UpdateReadChannelInboxArray) First() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3836: func (s UpdateReadChannelInboxArray) Last() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3844: func (s *UpdateReadChannelInboxArray) PopFirst() (v UpdateReadChannelInbox, ok bool) {
tl_update_slices_gen.go#L3854: var zero UpdateReadChannelInbox
tl_update_slices_gen.go#L3863: func (s *UpdateReadChannelInboxArray) Pop() (v UpdateReadChannelInbox, ok bool) {
tl_updates_classifier_gen.go#L91: case *UpdateReadChannelInbox:
|
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. |