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#L2681: type MessageActionTopicCreateArray []MessageActionTopicCreate
tl_message_action_slices_gen.go#L2684: func (s MessageActionTopicCreateArray) Sort(less func(a, b MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L2692: func (s MessageActionTopicCreateArray) SortStable(less func(a, b MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L2700: func (s MessageActionTopicCreateArray) Retain(keep func(x MessageActionTopicCreate) bool) MessageActionTopicCreateArray {
tl_message_action_slices_gen.go#L2714: func (s MessageActionTopicCreateArray) First() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L2722: func (s MessageActionTopicCreateArray) Last() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L2730: func (s *MessageActionTopicCreateArray) PopFirst() (v MessageActionTopicCreate, ok bool) {
tl_message_action_slices_gen.go#L2749: func (s *MessageActionTopicCreateArray) Pop() (v MessageActionTopicCreate, 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. |