type github.com/gotd/td/tg.UpdateChannelReadMessagesContents
39 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L694: type ChannelReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateChannelReadMessagesContents) error
tl_handlers_gen.go#L699: return handler(ctx, e, update.(*UpdateChannelReadMessagesContents))
tl_registry_gen.go#L5297: UpdateChannelReadMessagesContentsTypeID: func() bin.Object { return &UpdateChannelReadMessagesContents{} },
tl_update_gen.go#L12244: type UpdateChannelReadMessagesContents struct {
tl_update_gen.go#L12277: func (u UpdateChannelReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L12281: _ bin.Encoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12282: _ bin.Decoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12283: _ bin.BareEncoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12284: _ bin.BareDecoder = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12286: _ UpdateClass = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12289: func (u *UpdateChannelReadMessagesContents) Zero() bool {
tl_update_gen.go#L12313: func (u *UpdateChannelReadMessagesContents) String() string {
tl_update_gen.go#L12317: type Alias UpdateChannelReadMessagesContents
tl_update_gen.go#L12322: func (u *UpdateChannelReadMessagesContents) FillFrom(from interface {
tl_update_gen.go#L12343: func (*UpdateChannelReadMessagesContents) TypeID() uint32 {
tl_update_gen.go#L12348: func (*UpdateChannelReadMessagesContents) TypeName() string {
tl_update_gen.go#L12353: func (u *UpdateChannelReadMessagesContents) TypeInfo() tdp.Type {
tl_update_gen.go#L12386: func (u *UpdateChannelReadMessagesContents) SetFlags() {
tl_update_gen.go#L12396: func (u *UpdateChannelReadMessagesContents) Encode(b *bin.Buffer) error {
tl_update_gen.go#L12405: func (u *UpdateChannelReadMessagesContents) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12433: func (u *UpdateChannelReadMessagesContents) Decode(b *bin.Buffer) error {
tl_update_gen.go#L12444: func (u *UpdateChannelReadMessagesContents) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L12495: func (u *UpdateChannelReadMessagesContents) GetChannelID() (value int64) {
tl_update_gen.go#L12503: func (u *UpdateChannelReadMessagesContents) SetTopMsgID(value int) {
tl_update_gen.go#L12510: func (u *UpdateChannelReadMessagesContents) GetTopMsgID() (value int, ok bool) {
tl_update_gen.go#L12521: func (u *UpdateChannelReadMessagesContents) SetSavedPeerID(value PeerClass) {
tl_update_gen.go#L12528: func (u *UpdateChannelReadMessagesContents) GetSavedPeerID() (value PeerClass, ok bool) {
tl_update_gen.go#L12539: func (u *UpdateChannelReadMessagesContents) GetMessages() (value []int) {
tl_update_gen.go#L34606: v := UpdateChannelReadMessagesContents{}
tl_update_slices_gen.go#L798: value, ok := elem.(*UpdateChannelReadMessagesContents)
tl_update_slices_gen.go#L6380: type UpdateChannelReadMessagesContentsArray []UpdateChannelReadMessagesContents
tl_update_slices_gen.go#L6383: func (s UpdateChannelReadMessagesContentsArray) Sort(less func(a, b UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L6391: func (s UpdateChannelReadMessagesContentsArray) SortStable(less func(a, b UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L6399: func (s UpdateChannelReadMessagesContentsArray) Retain(keep func(x UpdateChannelReadMessagesContents) bool) UpdateChannelReadMessagesContentsArray {
tl_update_slices_gen.go#L6413: func (s UpdateChannelReadMessagesContentsArray) First() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L6421: func (s UpdateChannelReadMessagesContentsArray) Last() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L6429: func (s *UpdateChannelReadMessagesContentsArray) PopFirst() (v UpdateChannelReadMessagesContents, ok bool) {
tl_update_slices_gen.go#L6439: var zero UpdateChannelReadMessagesContents
tl_update_slices_gen.go#L6448: func (s *UpdateChannelReadMessagesContentsArray) Pop() (v UpdateChannelReadMessagesContents, ok bool) {
 |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |