type github.com/gotd/td/tg.NotifyForumTopic
32 uses
github.com/gotd/td/tg (current package)
tl_notify_peer_gen.go#L488: type NotifyForumTopic struct {
tl_notify_peer_gen.go#L502: func (n NotifyForumTopic) construct() NotifyPeerClass { return &n }
tl_notify_peer_gen.go#L506: _ bin.Encoder = &NotifyForumTopic{}
tl_notify_peer_gen.go#L507: _ bin.Decoder = &NotifyForumTopic{}
tl_notify_peer_gen.go#L508: _ bin.BareEncoder = &NotifyForumTopic{}
tl_notify_peer_gen.go#L509: _ bin.BareDecoder = &NotifyForumTopic{}
tl_notify_peer_gen.go#L511: _ NotifyPeerClass = &NotifyForumTopic{}
tl_notify_peer_gen.go#L514: func (n *NotifyForumTopic) Zero() bool {
tl_notify_peer_gen.go#L529: func (n *NotifyForumTopic) String() string {
tl_notify_peer_gen.go#L533: type Alias NotifyForumTopic
tl_notify_peer_gen.go#L538: func (n *NotifyForumTopic) FillFrom(from interface {
tl_notify_peer_gen.go#L549: func (*NotifyForumTopic) TypeID() uint32 {
tl_notify_peer_gen.go#L554: func (*NotifyForumTopic) TypeName() string {
tl_notify_peer_gen.go#L559: func (n *NotifyForumTopic) TypeInfo() tdp.Type {
tl_notify_peer_gen.go#L582: func (n *NotifyForumTopic) Encode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L591: func (n *NotifyForumTopic) EncodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L606: func (n *NotifyForumTopic) Decode(b *bin.Buffer) error {
tl_notify_peer_gen.go#L617: func (n *NotifyForumTopic) DecodeBare(b *bin.Buffer) error {
tl_notify_peer_gen.go#L639: func (n *NotifyForumTopic) GetPeer() (value PeerClass) {
tl_notify_peer_gen.go#L647: func (n *NotifyForumTopic) GetTopMsgID() (value int) {
tl_notify_peer_gen.go#L731: v := NotifyForumTopic{}
tl_notify_peer_slices_gen.go#L135: value, ok := elem.(*NotifyForumTopic)
tl_notify_peer_slices_gen.go#L228: type NotifyForumTopicArray []NotifyForumTopic
tl_notify_peer_slices_gen.go#L231: func (s NotifyForumTopicArray) Sort(less func(a, b NotifyForumTopic) bool) NotifyForumTopicArray {
tl_notify_peer_slices_gen.go#L239: func (s NotifyForumTopicArray) SortStable(less func(a, b NotifyForumTopic) bool) NotifyForumTopicArray {
tl_notify_peer_slices_gen.go#L247: func (s NotifyForumTopicArray) Retain(keep func(x NotifyForumTopic) bool) NotifyForumTopicArray {
tl_notify_peer_slices_gen.go#L261: func (s NotifyForumTopicArray) First() (v NotifyForumTopic, ok bool) {
tl_notify_peer_slices_gen.go#L269: func (s NotifyForumTopicArray) Last() (v NotifyForumTopic, ok bool) {
tl_notify_peer_slices_gen.go#L277: func (s *NotifyForumTopicArray) PopFirst() (v NotifyForumTopic, ok bool) {
tl_notify_peer_slices_gen.go#L287: var zero NotifyForumTopic
tl_notify_peer_slices_gen.go#L296: func (s *NotifyForumTopicArray) Pop() (v NotifyForumTopic, ok bool) {
tl_registry_gen.go#L4000: NotifyForumTopicTypeID: func() bin.Object { return &NotifyForumTopic{} },
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. |