type github.com/gotd/td/tg.UpdateReadChannelOutbox
34 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L520: type ReadChannelOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelOutbox) error
tl_handlers_gen.go#L525: return handler(ctx, e, update.(*UpdateReadChannelOutbox))
tl_registry_gen.go#L3869: UpdateReadChannelOutboxTypeID: func() bin.Object { return &UpdateReadChannelOutbox{} },
tl_update_gen.go#L9019: type UpdateReadChannelOutbox struct {
tl_update_gen.go#L9030: func (u UpdateReadChannelOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L9034: _ bin.Encoder = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9035: _ bin.Decoder = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9036: _ bin.BareEncoder = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9037: _ bin.BareDecoder = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9039: _ UpdateClass = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9042: func (u *UpdateReadChannelOutbox) Zero() bool {
tl_update_gen.go#L9057: func (u *UpdateReadChannelOutbox) String() string {
tl_update_gen.go#L9061: type Alias UpdateReadChannelOutbox
tl_update_gen.go#L9066: func (u *UpdateReadChannelOutbox) FillFrom(from interface {
tl_update_gen.go#L9077: func (*UpdateReadChannelOutbox) TypeID() uint32 {
tl_update_gen.go#L9082: func (*UpdateReadChannelOutbox) TypeName() string {
tl_update_gen.go#L9087: func (u *UpdateReadChannelOutbox) TypeInfo() tdp.Type {
tl_update_gen.go#L9110: func (u *UpdateReadChannelOutbox) Encode(b *bin.Buffer) error {
tl_update_gen.go#L9119: func (u *UpdateReadChannelOutbox) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L9129: func (u *UpdateReadChannelOutbox) Decode(b *bin.Buffer) error {
tl_update_gen.go#L9140: func (u *UpdateReadChannelOutbox) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L9162: func (u *UpdateReadChannelOutbox) GetChannelID() (value int64) {
tl_update_gen.go#L9170: func (u *UpdateReadChannelOutbox) GetMaxID() (value int) {
tl_update_gen.go#L25238: v := UpdateReadChannelOutbox{}
tl_update_slices_gen.go#L642: value, ok := elem.(*UpdateReadChannelOutbox)
tl_update_slices_gen.go#L4889: type UpdateReadChannelOutboxArray []UpdateReadChannelOutbox
tl_update_slices_gen.go#L4892: func (s UpdateReadChannelOutboxArray) Sort(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4900: func (s UpdateReadChannelOutboxArray) SortStable(less func(a, b UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4908: func (s UpdateReadChannelOutboxArray) Retain(keep func(x UpdateReadChannelOutbox) bool) UpdateReadChannelOutboxArray {
tl_update_slices_gen.go#L4922: func (s UpdateReadChannelOutboxArray) First() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4930: func (s UpdateReadChannelOutboxArray) Last() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4938: func (s *UpdateReadChannelOutboxArray) PopFirst() (v UpdateReadChannelOutbox, ok bool) {
tl_update_slices_gen.go#L4948: var zero UpdateReadChannelOutbox
tl_update_slices_gen.go#L4957: func (s *UpdateReadChannelOutboxArray) Pop() (v UpdateReadChannelOutbox, 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. |