type github.com/gotd/td/tg.MessageActionChatCreateArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L120: func (s MessageActionClassArray) AsMessageActionChatCreate() (to MessageActionChatCreateArray) {
tl_message_action_slices_gen.go#L549: type MessageActionChatCreateArray []MessageActionChatCreate
tl_message_action_slices_gen.go#L552: func (s MessageActionChatCreateArray) Sort(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L560: func (s MessageActionChatCreateArray) SortStable(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L568: func (s MessageActionChatCreateArray) Retain(keep func(x MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L582: func (s MessageActionChatCreateArray) First() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L590: func (s MessageActionChatCreateArray) Last() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L598: func (s *MessageActionChatCreateArray) PopFirst() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L617: func (s *MessageActionChatCreateArray) Pop() (v MessageActionChatCreate, 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. |