type github.com/gotd/td/tg.UpdateChannelReadMessagesContents
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L690: type ChannelReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateChannelReadMessagesContents) error
tl_handlers_gen.go#L695: return handler(ctx, e, update.(*UpdateChannelReadMessagesContents))
tl_registry_gen.go#L3886: UpdateChannelReadMessagesContentsTypeID: func() bin.Object { return &UpdateChannelReadMessagesContents{} },
tl_update_gen.go#L12011: type UpdateChannelReadMessagesContents struct {
tl_update_gen.go#L12037: func (u UpdateChannelReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L12041: _ bin.Encoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12042: _ bin.Decoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12043: _ bin.BareEncoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12044: _ bin.BareDecoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12046: _ UpdateClass = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12049: func (u *UpdateChannelReadMessagesContents) Zero() bool {
tl_update_gen.go#L12070: func (u *UpdateChannelReadMessagesContents) String() string {
tl_update_gen.go#L12074: type Alias UpdateChannelReadMessagesContents
tl_update_gen.go#L12079: func (u *UpdateChannelReadMessagesContents) FillFrom(from interface {
tl_update_gen.go#L12095: func (*UpdateChannelReadMessagesContents) TypeID() uint32 {
tl_update_gen.go#L12100: func (*UpdateChannelReadMessagesContents) TypeName() string {
tl_update_gen.go#L12105: func (u *UpdateChannelReadMessagesContents) TypeInfo() tdp.Type {
tl_update_gen.go#L12133: func (u *UpdateChannelReadMessagesContents) SetFlags() {
tl_update_gen.go#L12140: func (u *UpdateChannelReadMessagesContents) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12149: func (u *UpdateChannelReadMessagesContents) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12169: func (u *UpdateChannelReadMessagesContents) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12180: func (u *UpdateChannelReadMessagesContents) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12224: func (u *UpdateChannelReadMessagesContents) GetChannelID() (value int64) {
tl_update_gen.go#L12232: func (u *UpdateChannelReadMessagesContents) SetTopMsgID(value int) {
tl_update_gen.go#L12239: func (u *UpdateChannelReadMessagesContents) GetTopMsgID() (value int, ok bool) {
tl_update_gen.go#L12250: func (u *UpdateChannelReadMessagesContents) GetMessages() (value []int) {
tl_update_gen.go#L25357: v := UpdateChannelReadMessagesContents{}
tl_update_slices_gen.go#L798: value, ok := elem.(*UpdateChannelReadMessagesContents)
tl_update_slices_gen.go#L5873: type UpdateChannelReadMessagesContentsArray []UpdateChannelReadMessagesContents
tl_update_slices_gen.go#L5876: func (s UpdateChannelReadMessagesContentsArray) Sort(less func(a, b UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L5884: func (s UpdateChannelReadMessagesContentsArray) SortStable(less func(a, b UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L5892: func (s UpdateChannelReadMessagesContentsArray) Retain(keep func(x UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L5906: func (s UpdateChannelReadMessagesContentsArray) First() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L5914: func (s UpdateChannelReadMessagesContentsArray) Last() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L5922: func (s *UpdateChannelReadMessagesContentsArray) PopFirst() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L5932: var zero UpdateChannelReadMessagesContents
tl_update_slices_gen.go#L5941: func (s *UpdateChannelReadMessagesContentsArray) Pop() (v UpdateChannelReadMessagesContents, 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. |