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#L913: type MessageActionChatCreateArray []MessageActionChatCreate
tl_message_action_slices_gen.go#L916: func (s MessageActionChatCreateArray) Sort(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L924: func (s MessageActionChatCreateArray) SortStable(less func(a, b MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L932: func (s MessageActionChatCreateArray) Retain(keep func(x MessageActionChatCreate) bool) MessageActionChatCreateArray {
tl_message_action_slices_gen.go#L946: func (s MessageActionChatCreateArray) First() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L954: func (s MessageActionChatCreateArray) Last() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L962: func (s *MessageActionChatCreateArray) PopFirst() (v MessageActionChatCreate, ok bool) {
tl_message_action_slices_gen.go#L981: 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. |