type github.com/gotd/td/tg.ForumTopic
68 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_gen.go#L176: type ForumTopic struct {
tl_forum_topic_gen.go#L252: func (f ForumTopic) construct() ForumTopicClass { return &f }
tl_forum_topic_gen.go#L256: _ bin.Encoder = &ForumTopic{}
tl_forum_topic_gen.go#L257: _ bin.Decoder = &ForumTopic{}
tl_forum_topic_gen.go#L258: _ bin.BareEncoder = &ForumTopic{}
tl_forum_topic_gen.go#L259: _ bin.BareDecoder = &ForumTopic{}
tl_forum_topic_gen.go#L261: _ ForumTopicClass = &ForumTopic{}
tl_forum_topic_gen.go#L264: func (f *ForumTopic) Zero() bool {
tl_forum_topic_gen.go#L333: func (f *ForumTopic) String() string {
tl_forum_topic_gen.go#L337: type Alias ForumTopic
tl_forum_topic_gen.go#L342: func (f *ForumTopic) FillFrom(from interface {
tl_forum_topic_gen.go#L393: func (*ForumTopic) TypeID() uint32 {
tl_forum_topic_gen.go#L398: func (*ForumTopic) TypeName() string {
tl_forum_topic_gen.go#L403: func (f *ForumTopic) TypeInfo() tdp.Type {
tl_forum_topic_gen.go#L501: func (f *ForumTopic) SetFlags() {
tl_forum_topic_gen.go#L526: func (f *ForumTopic) Encode(b *bin.Buffer) error {
tl_forum_topic_gen.go#L535: func (f *ForumTopic) EncodeBare(b *bin.Buffer) error {
tl_forum_topic_gen.go#L577: func (f *ForumTopic) Decode(b *bin.Buffer) error {
tl_forum_topic_gen.go#L588: func (f *ForumTopic) DecodeBare(b *bin.Buffer) error {
tl_forum_topic_gen.go#L702: func (f *ForumTopic) SetMy(value bool) {
tl_forum_topic_gen.go#L713: func (f *ForumTopic) GetMy() (value bool) {
tl_forum_topic_gen.go#L721: func (f *ForumTopic) SetClosed(value bool) {
tl_forum_topic_gen.go#L732: func (f *ForumTopic) GetClosed() (value bool) {
tl_forum_topic_gen.go#L740: func (f *ForumTopic) SetPinned(value bool) {
tl_forum_topic_gen.go#L751: func (f *ForumTopic) GetPinned() (value bool) {
tl_forum_topic_gen.go#L759: func (f *ForumTopic) SetShort(value bool) {
tl_forum_topic_gen.go#L770: func (f *ForumTopic) GetShort() (value bool) {
tl_forum_topic_gen.go#L778: func (f *ForumTopic) SetHidden(value bool) {
tl_forum_topic_gen.go#L789: func (f *ForumTopic) GetHidden() (value bool) {
tl_forum_topic_gen.go#L797: func (f *ForumTopic) GetID() (value int) {
tl_forum_topic_gen.go#L805: func (f *ForumTopic) GetDate() (value int) {
tl_forum_topic_gen.go#L813: func (f *ForumTopic) GetTitle() (value string) {
tl_forum_topic_gen.go#L821: func (f *ForumTopic) GetIconColor() (value int) {
tl_forum_topic_gen.go#L829: func (f *ForumTopic) SetIconEmojiID(value int64) {
tl_forum_topic_gen.go#L836: func (f *ForumTopic) GetIconEmojiID() (value int64, ok bool) {
tl_forum_topic_gen.go#L847: func (f *ForumTopic) GetTopMessage() (value int) {
tl_forum_topic_gen.go#L855: func (f *ForumTopic) GetReadInboxMaxID() (value int) {
tl_forum_topic_gen.go#L863: func (f *ForumTopic) GetReadOutboxMaxID() (value int) {
tl_forum_topic_gen.go#L871: func (f *ForumTopic) GetUnreadCount() (value int) {
tl_forum_topic_gen.go#L879: func (f *ForumTopic) GetUnreadMentionsCount() (value int) {
tl_forum_topic_gen.go#L887: func (f *ForumTopic) GetUnreadReactionsCount() (value int) {
tl_forum_topic_gen.go#L895: func (f *ForumTopic) GetFromID() (value PeerClass) {
tl_forum_topic_gen.go#L903: func (f *ForumTopic) GetNotifySettings() (value PeerNotifySettings) {
tl_forum_topic_gen.go#L911: func (f *ForumTopic) SetDraft(value DraftMessageClass) {
tl_forum_topic_gen.go#L918: func (f *ForumTopic) GetDraft() (value DraftMessageClass, ok bool) {
tl_forum_topic_gen.go#L984: v := ForumTopic{}
tl_forum_topic_slices_gen.go#L165: func (s ForumTopicClassArray) FillForumTopicMap(to map[int]*ForumTopic) {
tl_forum_topic_slices_gen.go#L167: value, ok := elem.(*ForumTopic)
tl_forum_topic_slices_gen.go#L176: func (s ForumTopicClassArray) ForumTopicToMap() map[int]*ForumTopic {
tl_forum_topic_slices_gen.go#L177: r := make(map[int]*ForumTopic, len(s))
tl_forum_topic_slices_gen.go#L185: value, ok := elem.(*ForumTopic)
tl_forum_topic_slices_gen.go#L306: type ForumTopicArray []ForumTopic
tl_forum_topic_slices_gen.go#L309: func (s ForumTopicArray) Sort(less func(a, b ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L317: func (s ForumTopicArray) SortStable(less func(a, b ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L325: func (s ForumTopicArray) Retain(keep func(x ForumTopic) bool) ForumTopicArray {
tl_forum_topic_slices_gen.go#L339: func (s ForumTopicArray) First() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L347: func (s ForumTopicArray) Last() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L355: func (s *ForumTopicArray) PopFirst() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L365: var zero ForumTopic
tl_forum_topic_slices_gen.go#L374: func (s *ForumTopicArray) Pop() (v ForumTopic, ok bool) {
tl_forum_topic_slices_gen.go#L389: return s.Sort(func(a, b ForumTopic) bool {
tl_forum_topic_slices_gen.go#L396: return s.SortStable(func(a, b ForumTopic) bool {
tl_forum_topic_slices_gen.go#L403: return s.Sort(func(a, b ForumTopic) bool {
tl_forum_topic_slices_gen.go#L410: return s.SortStable(func(a, b ForumTopic) bool {
tl_forum_topic_slices_gen.go#L416: func (s ForumTopicArray) FillMap(to map[int]ForumTopic) {
tl_forum_topic_slices_gen.go#L423: func (s ForumTopicArray) ToMap() map[int]ForumTopic {
tl_forum_topic_slices_gen.go#L424: r := make(map[int]ForumTopic, len(s))
tl_registry_gen.go#L4712: ForumTopicTypeID: func() bin.Object { return &ForumTopic{} },
|
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. |