type github.com/gotd/td/tg.InputNotifyForumTopicArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_slices_gen.go#L133: func (s InputNotifyPeerClassArray) AsInputNotifyForumTopic() (to InputNotifyForumTopicArray) {
tl_input_notify_peer_slices_gen.go#L241: type InputNotifyForumTopicArray []InputNotifyForumTopic
tl_input_notify_peer_slices_gen.go#L244: func (s InputNotifyForumTopicArray) Sort(less func(a, b InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
tl_input_notify_peer_slices_gen.go#L252: func (s InputNotifyForumTopicArray) SortStable(less func(a, b InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
tl_input_notify_peer_slices_gen.go#L260: func (s InputNotifyForumTopicArray) Retain(keep func(x InputNotifyForumTopic) bool) InputNotifyForumTopicArray {
tl_input_notify_peer_slices_gen.go#L274: func (s InputNotifyForumTopicArray) First() (v InputNotifyForumTopic, ok bool) {
tl_input_notify_peer_slices_gen.go#L282: func (s InputNotifyForumTopicArray) Last() (v InputNotifyForumTopic, ok bool) {
tl_input_notify_peer_slices_gen.go#L290: func (s *InputNotifyForumTopicArray) PopFirst() (v InputNotifyForumTopic, ok bool) {
tl_input_notify_peer_slices_gen.go#L309: func (s *InputNotifyForumTopicArray) Pop() (v InputNotifyForumTopic, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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. |