type github.com/gotd/td/tg.MessageActionTopicCreateArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L458: func (s MessageActionClassArray) AsMessageActionTopicCreate() (to MessageActionTopicCreateArray) {
tl_message_action_slices_gen.go#L3032: type MessageActionTopicCreateArray []MessageActionTopicCreate
tl_message_action_slices_gen.go#L3035: func (s MessageActionTopicCreateArray) Sort(less func(a, b MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L3043: func (s MessageActionTopicCreateArray) SortStable(less func(a, b MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L3051: func (s MessageActionTopicCreateArray) Retain(keep func(x MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L3065: func (s MessageActionTopicCreateArray) First() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L3073: func (s MessageActionTopicCreateArray) Last() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L3081: func (s *MessageActionTopicCreateArray) PopFirst() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L3100: func (s *MessageActionTopicCreateArray) Pop() (v MessageActionTopicCreate, 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. |