type github.com/gotd/td/tg.UpdateChannelPinnedTopic
37 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1180: type ChannelPinnedTopicHandler func(ctx context.Context, e Entities, update *UpdateChannelPinnedTopic) error
tl_handlers_gen.go#L1185: return handler(ctx, e, update.(*UpdateChannelPinnedTopic))
tl_registry_gen.go#L3935: UpdateChannelPinnedTopicTypeID: func() bin.Object { return &UpdateChannelPinnedTopic{} },
tl_update_gen.go#L21861: type UpdateChannelPinnedTopic struct {
tl_update_gen.go#L21879: func (u UpdateChannelPinnedTopic) construct() UpdateClass { return &u }
tl_update_gen.go#L21883: _ bin.Encoder = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L21884: _ bin.Decoder = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L21885: _ bin.BareEncoder = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L21886: _ bin.BareDecoder = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L21888: _ UpdateClass = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L21891: func (u *UpdateChannelPinnedTopic) Zero() bool {
tl_update_gen.go#L21912: func (u *UpdateChannelPinnedTopic) String() string {
tl_update_gen.go#L21916: type Alias UpdateChannelPinnedTopic
tl_update_gen.go#L21921: func (u *UpdateChannelPinnedTopic) FillFrom(from interface {
tl_update_gen.go#L21934: func (*UpdateChannelPinnedTopic) TypeID() uint32 {
tl_update_gen.go#L21939: func (*UpdateChannelPinnedTopic) TypeName() string {
tl_update_gen.go#L21944: func (u *UpdateChannelPinnedTopic) TypeInfo() tdp.Type {
tl_update_gen.go#L21972: func (u *UpdateChannelPinnedTopic) SetFlags() {
tl_update_gen.go#L21979: func (u *UpdateChannelPinnedTopic) Encode(b *bin.Buffer) error {
tl_update_gen.go#L21988: func (u *UpdateChannelPinnedTopic) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22002: func (u *UpdateChannelPinnedTopic) Decode(b *bin.Buffer) error {
tl_update_gen.go#L22013: func (u *UpdateChannelPinnedTopic) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L22041: func (u *UpdateChannelPinnedTopic) SetPinned(value bool) {
tl_update_gen.go#L22052: func (u *UpdateChannelPinnedTopic) GetPinned() (value bool) {
tl_update_gen.go#L22060: func (u *UpdateChannelPinnedTopic) GetChannelID() (value int64) {
tl_update_gen.go#L22068: func (u *UpdateChannelPinnedTopic) GetTopicID() (value int) {
tl_update_gen.go#L25700: v := UpdateChannelPinnedTopic{}
tl_update_slices_gen.go#L1331: value, ok := elem.(*UpdateChannelPinnedTopic)
tl_update_slices_gen.go#L9347: type UpdateChannelPinnedTopicArray []UpdateChannelPinnedTopic
tl_update_slices_gen.go#L9350: func (s UpdateChannelPinnedTopicArray) Sort(less func(a, b UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9358: func (s UpdateChannelPinnedTopicArray) SortStable(less func(a, b UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9366: func (s UpdateChannelPinnedTopicArray) Retain(keep func(x UpdateChannelPinnedTopic) bool) UpdateChannelPinnedTopicArray {
tl_update_slices_gen.go#L9380: func (s UpdateChannelPinnedTopicArray) First() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9388: func (s UpdateChannelPinnedTopicArray) Last() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9396: func (s *UpdateChannelPinnedTopicArray) PopFirst() (v UpdateChannelPinnedTopic, ok bool) {
tl_update_slices_gen.go#L9406: var zero UpdateChannelPinnedTopic
tl_update_slices_gen.go#L9415: func (s *UpdateChannelPinnedTopicArray) Pop() (v UpdateChannelPinnedTopic, 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. |