type github.com/gotd/td/tg.UpdateReadHistoryInbox
41 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L310: type ReadHistoryInboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryInbox) error
tl_handlers_gen.go#L315: return handler(ctx, e, update.(*UpdateReadHistoryInbox))
tl_registry_gen.go#L3848: UpdateReadHistoryInboxTypeID: func() bin.Object { return &UpdateReadHistoryInbox{} },
tl_update_gen.go#L4025: type UpdateReadHistoryInbox struct {
tl_update_gen.go#L4060: func (u UpdateReadHistoryInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4064: _ bin.Encoder = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4065: _ bin.Decoder = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4066: _ bin.BareEncoder = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4067: _ bin.BareDecoder = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4069: _ UpdateClass = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4072: func (u *UpdateReadHistoryInbox) Zero() bool {
tl_update_gen.go#L4102: func (u *UpdateReadHistoryInbox) String() string {
tl_update_gen.go#L4106: type Alias UpdateReadHistoryInbox
tl_update_gen.go#L4111: func (u *UpdateReadHistoryInbox) FillFrom(from interface {
tl_update_gen.go#L4133: func (*UpdateReadHistoryInbox) TypeID() uint32 {
tl_update_gen.go#L4138: func (*UpdateReadHistoryInbox) TypeName() string {
tl_update_gen.go#L4143: func (u *UpdateReadHistoryInbox) TypeInfo() tdp.Type {
tl_update_gen.go#L4183: func (u *UpdateReadHistoryInbox) SetFlags() {
tl_update_gen.go#L4190: func (u *UpdateReadHistoryInbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L4199: func (u *UpdateReadHistoryInbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4224: func (u *UpdateReadHistoryInbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L4235: func (u *UpdateReadHistoryInbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4290: func (u *UpdateReadHistoryInbox) SetFolderID(value int) {
tl_update_gen.go#L4297: func (u *UpdateReadHistoryInbox) GetFolderID() (value int, ok bool) {
tl_update_gen.go#L4308: func (u *UpdateReadHistoryInbox) GetPeer() (value PeerClass) {
tl_update_gen.go#L4316: func (u *UpdateReadHistoryInbox) GetMaxID() (value int) {
tl_update_gen.go#L4324: func (u *UpdateReadHistoryInbox) GetStillUnreadCount() (value int) {
tl_update_gen.go#L4332: func (u *UpdateReadHistoryInbox) GetPts() (value int) {
tl_update_gen.go#L4340: func (u *UpdateReadHistoryInbox) GetPtsCount() (value int) {
tl_update_gen.go#L25091: v := UpdateReadHistoryInbox{}
tl_update_slices_gen.go#L382: value, ok := elem.(*UpdateReadHistoryInbox)
tl_update_slices_gen.go#L3221: type UpdateReadHistoryInboxArray []UpdateReadHistoryInbox
tl_update_slices_gen.go#L3224: func (s UpdateReadHistoryInboxArray) Sort(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3232: func (s UpdateReadHistoryInboxArray) SortStable(less func(a, b UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3240: func (s UpdateReadHistoryInboxArray) Retain(keep func(x UpdateReadHistoryInbox) bool) UpdateReadHistoryInboxArray {
tl_update_slices_gen.go#L3254: func (s UpdateReadHistoryInboxArray) First() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3262: func (s UpdateReadHistoryInboxArray) Last() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3270: func (s *UpdateReadHistoryInboxArray) PopFirst() (v UpdateReadHistoryInbox, ok bool) {
tl_update_slices_gen.go#L3280: var zero UpdateReadHistoryInbox
tl_update_slices_gen.go#L3289: func (s *UpdateReadHistoryInboxArray) Pop() (v UpdateReadHistoryInbox, ok bool) {
tl_updates_classifier_gen.go#L40: case *UpdateReadHistoryInbox:
|
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. |