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#L900: type MessageActionChatCreateArray []MessageActionChatCreate
tl_message_action_slices_gen.go#L903: func (s MessageActionChatCreateArray) Sort(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L911: func (s MessageActionChatCreateArray) SortStable(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L919: func (s MessageActionChatCreateArray) Retain(keep func(x MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L933: func (s MessageActionChatCreateArray) First() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L941: func (s MessageActionChatCreateArray) Last() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L949: func (s *MessageActionChatCreateArray) PopFirst() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L968: func (s *MessageActionChatCreateArray) Pop() (v MessageActionChatCreate, 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. |