type github.com/gotd/td/tg.UpdateReadHistoryOutbox
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L320: type ReadHistoryOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryOutbox) error
tl_handlers_gen.go#L325: return handler(ctx, e, update.(*UpdateReadHistoryOutbox))
tl_registry_gen.go#L3849: UpdateReadHistoryOutboxTypeID: func() bin.Object { return &UpdateReadHistoryOutbox{} },
tl_update_gen.go#L4351: type UpdateReadHistoryOutbox struct {
tl_update_gen.go#L4372: func (u UpdateReadHistoryOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4376: _ bin.Encoder = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4377: _ bin.Decoder = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4378: _ bin.BareEncoder = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4379: _ bin.BareDecoder = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4381: _ UpdateClass = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4384: func (u *UpdateReadHistoryOutbox) Zero() bool {
tl_update_gen.go#L4405: func (u *UpdateReadHistoryOutbox) String() string {
tl_update_gen.go#L4409: type Alias UpdateReadHistoryOutbox
tl_update_gen.go#L4414: func (u *UpdateReadHistoryOutbox) FillFrom(from interface {
tl_update_gen.go#L4429: func (*UpdateReadHistoryOutbox) TypeID() uint32 {
tl_update_gen.go#L4434: func (*UpdateReadHistoryOutbox) TypeName() string {
tl_update_gen.go#L4439: func (u *UpdateReadHistoryOutbox) TypeInfo() tdp.Type {
tl_update_gen.go#L4470: func (u *UpdateReadHistoryOutbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L4479: func (u *UpdateReadHistoryOutbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4496: func (u *UpdateReadHistoryOutbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L4507: func (u *UpdateReadHistoryOutbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L4543: func (u *UpdateReadHistoryOutbox) GetPeer() (value PeerClass) {
tl_update_gen.go#L4551: func (u *UpdateReadHistoryOutbox) GetMaxID() (value int) {
tl_update_gen.go#L4559: func (u *UpdateReadHistoryOutbox) GetPts() (value int) {
tl_update_gen.go#L4567: func (u *UpdateReadHistoryOutbox) GetPtsCount() (value int) {
tl_update_gen.go#L25098: v := UpdateReadHistoryOutbox{}
tl_update_slices_gen.go#L395: value, ok := elem.(*UpdateReadHistoryOutbox)
tl_update_slices_gen.go#L3303: type UpdateReadHistoryOutboxArray []UpdateReadHistoryOutbox
tl_update_slices_gen.go#L3306: func (s UpdateReadHistoryOutboxArray) Sort(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3314: func (s UpdateReadHistoryOutboxArray) SortStable(less func(a, b UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3322: func (s UpdateReadHistoryOutboxArray) Retain(keep func(x UpdateReadHistoryOutbox) bool) UpdateReadHistoryOutboxArray {
tl_update_slices_gen.go#L3336: func (s UpdateReadHistoryOutboxArray) First() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3344: func (s UpdateReadHistoryOutboxArray) Last() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3352: func (s *UpdateReadHistoryOutboxArray) PopFirst() (v UpdateReadHistoryOutbox, ok bool) {
tl_update_slices_gen.go#L3362: var zero UpdateReadHistoryOutbox
tl_update_slices_gen.go#L3371: func (s *UpdateReadHistoryOutboxArray) Pop() (v UpdateReadHistoryOutbox, ok bool) {
tl_updates_classifier_gen.go#L42: case *UpdateReadHistoryOutbox:
|
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. |